mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Change 'None' to 'Do not save' in Connection Dialog (#3051)
This commit is contained in:
@@ -83,7 +83,7 @@ export class ConnectionWidget {
|
|||||||
};
|
};
|
||||||
public NoneServerGroup: IConnectionProfileGroup = {
|
public NoneServerGroup: IConnectionProfileGroup = {
|
||||||
id: '',
|
id: '',
|
||||||
name: localize('noneServerGroup', '<None>'),
|
name: localize('noneServerGroup', '<Do not save>'),
|
||||||
parentId: undefined,
|
parentId: undefined,
|
||||||
color: undefined,
|
color: undefined,
|
||||||
description: undefined,
|
description: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user