Skip to content

Commit

Permalink
Capitalize account signout button caption correctly (#137651) (#137652)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 23, 2021
1 parent 963c5fd commit ed3018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/browser/mainThreadAuthentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class MainThreadAuthenticationProvider extends Disposable {
? nls.localize('signOutMessagve', "The account '{0}' has been used by: \n\n{1}\n\n Sign out from these extensions?", accountName, accountUsages.map(usage => usage.extensionName).join('\n'))
: nls.localize('signOutMessageSimple', "Sign out of '{0}'?", accountName),
[
nls.localize('signOut', "Sign out"),
nls.localize('signOut', "Sign Out"),
nls.localize('cancel', "Cancel")
],
{
Expand Down

0 comments on commit ed3018f

Please sign in to comment.