summaryrefslogtreecommitdiff
path: root/extension/src/continueIdeClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/continueIdeClient.ts')
-rw-r--r--extension/src/continueIdeClient.ts2
1 files changed, 1 insertions, 1 deletions
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,
});