mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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 => {
|
options.forEach(option => {
|
||||||
let groupName = option.groupName;
|
let groupName = option.groupName;
|
||||||
if (groupName === null || groupName === undefined) {
|
if (groupName === null || groupName === undefined) {
|
||||||
groupName = 'General';
|
groupName = localize('optionsDialog.defaultGroupName', 'General');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!!connectionOptionsMap[groupName]) {
|
if (!!connectionOptionsMap[groupName]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user