From 59aebf2394d2b61eabc4a8b03694ca7d41bfe8a9 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 1 May 2025 23:02:40 +0200 Subject: [PATCH] Add warning message for temporary chat usage in project settings. See #277 --- _locales/en/messages.json | 4 ++++ options/mzta-options.html | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4ebc25c6..61c51288 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1434,5 +1434,9 @@ "prefs_OptionText_CustomGPT_Warn": { "message": "If a Project is specified in the options or in a prompt, it will override the Custom GPT setting.", "description": "" + }, + "prefs_OptionText_Project_No_temporary_chat_warn": { + "message": "If a Project is specified in the options or in a prompt, the temporary chat will not be used.", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options.html b/options/mzta-options.html index a0973042..7c56b274 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -166,7 +166,9 @@