Change 'None' to 'Do not save' in Connection Dialog (#3051)

This commit is contained in:
Karl Burtram
2018-10-30 10:45:47 -07:00
committed by GitHub
parent 8452f577d2
commit 59e7a5fa4b

View File

@@ -83,7 +83,7 @@ export class ConnectionWidget {
};
public NoneServerGroup: IConnectionProfileGroup = {
id: '',
name: localize('noneServerGroup', '<None>'),
name: localize('noneServerGroup', '<Do not save>'),
parentId: undefined,
color: undefined,
description: undefined,