Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/vs
diff options
context:
space:
mode:
authorJoyce Er <joyce.er@microsoft.com>2022-07-27 19:59:58 +0300
committerJoyce Er <joyce.er@microsoft.com>2022-07-27 19:59:58 +0300
commit8e49136c91044737516f2491c4e39f6d48e544d2 (patch)
treebd91864451be92ecfd864c11345863f3399a3b74 /src/vs
parented78fe5771e2406e1a928239ce2f065f521d4f31 (diff)
Account menu to sign out of edit sessions should be specific to edit sessions
Diffstat (limited to 'src/vs')
-rw-r--r--src/vs/workbench/contrib/editSessions/browser/editSessionsWorkbenchService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/editSessions/browser/editSessionsWorkbenchService.ts b/src/vs/workbench/contrib/editSessions/browser/editSessionsWorkbenchService.ts
index d8dbac59900..36f51b145a0 100644
--- a/src/vs/workbench/contrib/editSessions/browser/editSessionsWorkbenchService.ts
+++ b/src/vs/workbench/contrib/editSessions/browser/editSessionsWorkbenchService.ts
@@ -355,7 +355,7 @@ export class EditSessionsWorkbenchService extends Disposable implements IEditSes
constructor() {
super({
id: 'workbench.editSessions.actions.resetAuth',
- title: localize('reset auth', 'Sign Out'),
+ title: localize('reset auth.v2', 'Sign Out of Edit Sessions'),
category: EDIT_SESSION_SYNC_CATEGORY,
precondition: ContextKeyExpr.equals(EDIT_SESSIONS_SIGNED_IN_KEY, true),
menu: [{