提交 4a7a581b 编写于 作者: R Rachel Macfarlane

Update text for accounts menu when no auth providers are registered, fixes #94053

上级 99f1267b
......@@ -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...")
},
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册