Add warning message for temporary chat usage in project settings. See #277
This commit is contained in:
parent
d02dc2c3e1
commit
59aebf2394
2 changed files with 7 additions and 1 deletions
|
|
@ -1434,5 +1434,9 @@
|
||||||
"prefs_OptionText_CustomGPT_Warn": {
|
"prefs_OptionText_CustomGPT_Warn": {
|
||||||
"message": "If a Project is specified in the options or in a prompt, it will override the Custom GPT setting.",
|
"message": "If a Project is specified in the options or in a prompt, it will override the Custom GPT setting.",
|
||||||
"description": ""
|
"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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -166,7 +166,9 @@
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="chatgpt_web_tempchat" name="chatgpt_web_tempchat" class="option-input" />
|
<input type="checkbox" id="chatgpt_web_tempchat" name="chatgpt_web_tempchat" class="option-input" />
|
||||||
<span>__MSG_prefs_OptionText_chatgpt_web_tempchat_info__</span>
|
<span>__MSG_prefs_OptionText_chatgpt_web_tempchat_info__
|
||||||
|
<br>__MSG_prefs_OptionText_Project_No_temporary_chat_warn__
|
||||||
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue