From d601121852e8ab6095de7d8e3d177afc4067a065 Mon Sep 17 00:00:00 2001 From: Guido Kraemer Date: Sat, 10 Jan 2026 22:59:26 +0100 Subject: [PATCH] better descriptions for prompts --- _locales/en/messages.json | 12 ++++++++++++ pages/summarize/mzta-summarize.html | 22 +++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f64feb2d..2d7329ec 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1091,6 +1091,18 @@ "message": "You can change the prompt as you wish, the first field is the main prompt, the second field is the template for a single mail. The list of emails will be appended to the main prompt. Emails will be separated by the separator specified in the third field.", "description": "" }, + "prefs_OptionText_Summarize_main_prompt": { + "message": "The main prompt describing the task to be performed on all selected emails:", + "description": "" + }, + "prefs_OptionText_Summarize_email_template": { + "message": "The template for a single email:", + "description": "" + }, + "prefs_OptionText_Summarize_email_separator": { + "message": "The separator between emails:", + "description": "" + }, "prefs_OptionText_get_calendar_event_Sparks_not_present": { "message": "To use the calendar event and task features, please install the ThunderAI Sparks addon.", "description": "" diff --git a/pages/summarize/mzta-summarize.html b/pages/summarize/mzta-summarize.html index 12c94b3c..a8db111d 100644 --- a/pages/summarize/mzta-summarize.html +++ b/pages/summarize/mzta-summarize.html @@ -27,6 +27,8 @@ + +
@@ -47,8 +49,14 @@
- + + + __MSG_prefs_OptionText_Summarize_main_prompt__ + + +
+
@@ -65,6 +73,12 @@
+ + __MSG_prefs_OptionText_Summarize_email_template__ + + +
+
@@ -81,6 +95,12 @@
+ + __MSG_prefs_OptionText_Summarize_email_separator__ + + +
+