Add warning message for temporary chat usage in project settings. See #277

This commit is contained in:
Mic 2025-05-01 23:02:40 +02:00
parent d02dc2c3e1
commit 59aebf2394
2 changed files with 7 additions and 1 deletions

View file

@ -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": ""
}
}

View file

@ -166,7 +166,9 @@
<td>
<label>
<input type="checkbox" id="chatgpt_web_tempchat" name="chatgpt_web_tempchat" class="option-input" />
&nbsp;<span>__MSG_prefs_OptionText_chatgpt_web_tempchat_info__</span>
&nbsp;<span>__MSG_prefs_OptionText_chatgpt_web_tempchat_info__
<br>__MSG_prefs_OptionText_Project_No_temporary_chat_warn__
</span>
</label>
</td>
</tr>