diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6c96d8dc..4ebc25c6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1430,5 +1430,9 @@ "customPrompts_show_additional_info_show": { "message": "Additional properties", "description": "" + }, + "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": "" } } \ No newline at end of file diff --git a/options/mzta-options.html b/options/mzta-options.html index 6c5a25b1..a0973042 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -155,6 +155,7 @@ diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js index 15608ece..9a09b907 100644 --- a/pages/customprompts/mzta-custom-prompts.js +++ b/pages/customprompts/mzta-custom-prompts.js @@ -644,7 +644,8 @@ function loadPromptsList(values){

__MSG_prefs_OptionText_chatgpt_web_custom_data_info__ /g/CUSTOM_GPT_ID -
__MSG_prefs_OptionText_chatgpt_web_custom_data_info2__
+
__MSG_prefs_OptionText_chatgpt_web_custom_data_info2__ +
__MSG_prefs_OptionText_CustomGPT_Warn__ __MSG_customPrompts_add_to_menu__: @@ -681,7 +682,7 @@ function loadPromptsList(values){ -
__MSG_customPrompts_show_additional_info_show__ +
__MSG_customPrompts_show_additional_info_show__
__MSG_prefs_OptionText_chatgpt_web_model__:` + values.chatgpt_web_model + `
__MSG_prefs_OptionText_chatgpt_web_project__:` + values.chatgpt_web_project + `
__MSG_prefs_OptionText_chatgpt_web_custom_gpt__:` + values.chatgpt_web_custom_gpt + `