mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
added localization to general in optionsDialogHelper (#16989)
This commit is contained in:
@@ -167,7 +167,7 @@ export function groupOptionsByCategory(options: azdata.ServiceOption[]): { [cate
|
||||
options.forEach(option => {
|
||||
let groupName = option.groupName;
|
||||
if (groupName === null || groupName === undefined) {
|
||||
groupName = 'General';
|
||||
groupName = localize('optionsDialog.defaultGroupName', 'General');
|
||||
}
|
||||
|
||||
if (!!connectionOptionsMap[groupName]) {
|
||||
|
||||
Reference in New Issue
Block a user