From 3dc985de86a637a37e3e466d4f76420e6e3f8b2c Mon Sep 17 00:00:00 2001 From: Mark Sujew Date: Fri, 11 Aug 2023 16:13:49 +0200 Subject: [PATCH] Fix linting --- packages/remote/src/browser/remote-frontend-contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remote/src/browser/remote-frontend-contribution.ts b/packages/remote/src/browser/remote-frontend-contribution.ts index 74ab11bbdc428..7d601216e968b 100644 --- a/packages/remote/src/browser/remote-frontend-contribution.ts +++ b/packages/remote/src/browser/remote-frontend-contribution.ts @@ -123,7 +123,7 @@ export class RemoteFrontendContribution implements CommandContribution, Frontend }); } const selection = await this.quickInputService?.showQuickPick(quickPicks, { - placeholder: nls.localizeByDefault('Select an option to connect to a Remote Window') + placeholder: nls.localizeByDefault('Select an option to open a Remote Window') }); if (selection) { this.commandRegistry.executeCommand(selection.id!);