From bfe1c26166d3692eaf23553f6c729f118270e5c2 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 16 Jul 2024 00:16:34 +0200 Subject: [PATCH] improved import messages. see #65 --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 41d7d82e..4102e630 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -352,7 +352,7 @@ "description": "" }, "importPrompts_confirmText": { - "message": "You are about to import new prompts. Existing prompts with the same ID will be overwritten. Prompts with new IDs will be added. If everything is correct after the import, click on the 'Save' button.", + "message": "You are about to import new prompts. Existing prompts with the same ID will be overwritten. Prompts with new IDs will be added. If everything is correct after the import, click on the 'Save All' button.", "description": "" }, "customPrompts_start_import": { @@ -360,7 +360,7 @@ "description": "" }, "customPrompts_import_completed": { - "message": "Custom Prompts import completed!", + "message": "Custom Prompts import completed! You need to click on the 'Save All' button to save your changes.", "description": "" }, "importPrompts_invalidFile": {