mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Added fix to sql-bindings nls file (#18686)
* Added fix to sql-bindings nls file * small fix to text
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"displayName": "SQL Bindings",
|
"displayName": "SQL Bindings",
|
||||||
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings"
|
"description": "Enables users to develop and publish Azure Functions with Azure SQL bindings",
|
||||||
|
"sqlBindings.addSqlBinding": "Add SQL Binding (preview)"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,5 +126,8 @@
|
|||||||
<trans-unit id="displayName">
|
<trans-unit id="displayName">
|
||||||
<source xml:lang="en">SQL Bindings</source>
|
<source xml:lang="en">SQL Bindings</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="sqlBindings.addSqlBinding">
|
||||||
|
<source xml:lang="en">Add SQL Binding (preview)</source>
|
||||||
|
</trans-unit>
|
||||||
</body></file>
|
</body></file>
|
||||||
</xliff>
|
</xliff>
|
||||||
Reference in New Issue
Block a user