Capitalize account signout button caption correctly (#137651) (#137652)

This commit is contained in:
John Murray
2021-11-23 02:25:11 +00:00
committed by GitHub
parent 963c5fdb6d
commit ed3018f431

View File

@@ -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")
],
{