mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
localized the unlocalized strings (#2018)
This commit is contained in:
@@ -40,12 +40,12 @@ interface WatermarkEntry {
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
const showServers: WatermarkEntry = {
|
||||
text: 'Show Servers',
|
||||
text: nls.localize('watermark.showServers', 'Show Servers'),
|
||||
ids: [OpenConnectionsViewletAction.ID]
|
||||
};
|
||||
|
||||
const newSqlFile: WatermarkEntry = {
|
||||
text: 'New SQL File',
|
||||
text: nls.localize('watermark.newSqlFile', 'New SQL File'),
|
||||
ids: [GlobalNewUntitledFileAction.ID]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user