From 5a821a40e424bb7da2816c19209367efe61aea51 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 14 Jul 2024 23:31:45 +0200 Subject: [PATCH] i18n en text for the import export buttons added. see #65 --- _locales/en/messages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 03b4400d..a5bd1eff 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -342,5 +342,13 @@ "TranslateLink": { "message": "Find out how!", "description": "" + }, + "customPrompts_ExportAll": { + "message": "Export all Prompts", + "description": "" + }, + "customPrompts_Import": { + "message": "Import new Prompts", + "description": "" } } \ No newline at end of file