Tweak "switch to insiders" message

This commit is contained in:
Rob Lourens 2021-04-23 11:34:31 -07:00
parent 6d56e69ba9
commit f0c8fea098

View file

@ -611,7 +611,7 @@ export class SwitchProductQualityContribution extends Disposable implements IWor
nls.localize('cancel', "Cancel"),
],
{
detail: nls.localize('selectSyncService.detail', "Insiders version of VSCode will synchronize your settings, keybindings, extensions, snippets and UI State using separate insiders settings sync service by default."),
detail: nls.localize('selectSyncService.detail', "The Insiders version of VS Code will synchronize your settings, keybindings, extensions, snippets and UI State using separate insiders settings sync service by default."),
cancelId: 2
}
);