Skip to content

Commit e1b2cd8

Browse files
slightly more descriptive text. Fixes microsoft#147800
1 parent f3a3cbd commit e1b2cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/authentication/browser/authenticationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class AuthenticationService extends Disposable implements IAuthentication
200200
this._placeholderMenuItem = MenuRegistry.appendMenuItem(MenuId.AccountsContext, {
201201
command: {
202202
id: 'noAuthenticationProviders',
203-
title: nls.localize('loading', "Loading..."),
203+
title: nls.localize('authentication.Placeholder', "No accounts requested yet..."),
204204
precondition: ContextKeyExpr.false()
205205
},
206206
});

0 commit comments

Comments
 (0)