mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
[Loc] update to editDataActions close SQL button (#24231)
This commit is contained in:
@@ -220,7 +220,7 @@ export class ShowQueryPaneAction extends EditDataAction {
|
||||
private static EnabledClass = 'filterLabel';
|
||||
public static ID = 'showQueryPaneAction';
|
||||
private readonly showSqlLabel = nls.localize('editData.showSql', "Show SQL Pane");
|
||||
private readonly closeSqlLabel = nls.localize('editData.closeSql', "Close SQL Pane");
|
||||
private readonly closeSqlLabel = nls.localize('editData.hideSql', "Hide SQL Pane");
|
||||
|
||||
constructor(editor: EditDataEditor,
|
||||
@IConnectionManagementService _connectionManagementService: IConnectionManagementService
|
||||
|
||||
Reference in New Issue
Block a user