Skip to content

Commit 22c0e9a

Browse files
authored
Fix typo in Remote Tunnel Access is On (microsoft#166770)
1 parent fef85ea commit 22c0e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remoteTunnel/electron-sandbox/remoteTunnel.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export class RemoteTunnelWorkbenchContribution extends Disposable implements IWo
472472
constructor() {
473473
super({
474474
id: RemoteTunnelCommandIds.manage,
475-
title: localize('remoteTunnel.actions.manage.on', 'Remote Tunnel Access in On'),
475+
title: localize('remoteTunnel.actions.manage.on.v2', 'Remote Tunnel Access is On'),
476476
category: REMOTE_TUNNEL_CATEGORY,
477477
menu: [{
478478
id: MenuId.AccountsContext,

0 commit comments

Comments
 (0)