From c79e237e98623002b4b80f3c8b0176d777ec6577 Mon Sep 17 00:00:00 2001 From: Simon Yang Date: Tue, 14 Mar 2023 19:56:21 +1100 Subject: [PATCH] Update the placeholder --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 60f780d..9903e5b 100644 --- a/main.ts +++ b/main.ts @@ -641,7 +641,7 @@ class ApiSettingTab extends PluginSettingTab { .setName('Custom command for selected text') .setDesc('Fill in your prompts line by line. They will appear as commands.') .addTextArea(text => text - .setPlaceholder('Summarise the selected text\nTranslate into English') + .setPlaceholder('Summarise the text\nTranslate into English') .setValue(this.plugin.settings.promptsForSelected) .onChange(async (value) => { this.plugin.settings.promptsForSelected = value;