Skip to content

Commit 2a55c35

Browse files
Remove SQL notebook preview tags (#22066)
* Remove preview tags appearing in SQL notebook entry points * Generated loc change
1 parent 335af02 commit 2a55c35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/mssql/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"mssql.backupDatabase": "Backup Database...",
293293
"mssql.restoreDatabase": "Restore Database...",
294294
"mssql.flatFileImport": "Import Data...",
295-
"mssql.notebooks.createNotebook": "New SQL Notebook (Preview)",
295+
"mssql.notebooks.createNotebook": "New SQL Notebook",
296296
"mssql.notebooks.changeDatabase": "Change Notebook Database",
297297
"mssql.notebooks.changeConnection": "Change Notebook Connection"
298298
}

localization/xliff/vscode-mssql.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7666,7 +7666,7 @@
76667666
<source xml:lang="en">New Query</source>
76677667
</trans-unit>
76687668
<trans-unit id="mssql.notebooks.createNotebook">
7669-
<source xml:lang="en">New SQL Notebook (Preview)</source>
7669+
<source xml:lang="en">New SQL Notebook</source>
76707670
</trans-unit>
76717671
<trans-unit id="mssql.newTable">
76727672
<source xml:lang="en">New Table</source>

0 commit comments

Comments
 (0)