mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
Update text for accounts menu when no auth providers are registered, fixes #94053
This commit is contained in:
parent
99f1267bd4
commit
4a7a581b85
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ export class AuthenticationService extends Disposable implements IAuthentication
|
|||
this._placeholderMenuItem = MenuRegistry.appendMenuItem(MenuId.AccountsContext, {
|
||||
command: {
|
||||
id: 'noAuthenticationProviders',
|
||||
title: nls.localize('noAuthenticationProviders', "No authentication providers registered")
|
||||
title: nls.localize('loading', "Loading...")
|
||||
},
|
||||
});
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ export class AuthenticationService extends Disposable implements IAuthentication
|
|||
this._placeholderMenuItem = MenuRegistry.appendMenuItem(MenuId.AccountsContext, {
|
||||
command: {
|
||||
id: 'noAuthenticationProviders',
|
||||
title: nls.localize('noAuthenticationProviders', "No authentication providers registered")
|
||||
title: nls.localize('loading', "Loading...")
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue