Added fix to sql-bindings nls file (#18686)

* Added fix to sql-bindings nls file

* small fix to text
This commit is contained in:
Alex Ma
2022-03-09 15:49:14 -08:00
committed by GitHub
parent 822199c9be
commit 33d2735970
2 changed files with 5 additions and 1 deletions

View File

@@ -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)"
} }

View File

@@ -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>