mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -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",
|
||||
"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">
|
||||
<source xml:lang="en">SQL Bindings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlBindings.addSqlBinding">
|
||||
<source xml:lang="en">Add SQL Binding (preview)</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user