From d24071fea080e6555e51bd516476c1a733975634 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 6 Jul 2023 12:36:34 -0700 Subject: shortening api key msg --- extension/src/continueIdeClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/src') diff --git a/extension/src/continueIdeClient.ts b/extension/src/continueIdeClient.ts index 90547edc..e6966f41 100644 --- a/extension/src/continueIdeClient.ts +++ b/extension/src/continueIdeClient.ts @@ -264,7 +264,7 @@ class IdeProtocolClient { // If not, ask user for secret secret = await vscode.window.showInputBox({ - prompt: `Enter secret for ${key}, OR press enter to try for free. You can edit this later in the Continue VS Code settings.`, + prompt: `Either enter secret for ${key} or press enter to try Continue for free.`, password: true, }); -- cgit v1.2.3-70-g09d2