rename ChatGPT storage flags for consistency in messages.json and mzta-options.html

This commit is contained in:
Mic 2025-06-09 21:02:00 +02:00
parent add47ed055
commit 40c0602356
2 changed files with 4 additions and 4 deletions

View file

@ -1540,11 +1540,11 @@
"message": "If you select some text, only that portion will be considered.", "message": "If you select some text, only that portion will be considered.",
"description": "" "description": ""
}, },
"ChatGPT_StoreFlag": { "ChatGPT_chatgpt_api_store": {
"message": "Use storage", "message": "Use storage",
"description": "" "description": ""
}, },
"ChatGPT_StoreFlag_info": { "ChatGPT_chatgpt_api_store_info": {
"message": "If checked, your chats will be stored by OpenAI.", "message": "If checked, your chats will be stored by OpenAI.",
"description": "" "description": ""
}, },

View file

@ -220,13 +220,13 @@
<tr class="conntype_chatgpt_api"> <tr class="conntype_chatgpt_api">
<td> <td>
<label> <label>
<span class="opt_title">__MSG_ChatGPT_StoreFlag__</span> <span class="opt_title">__MSG_ChatGPT_chatgpt_api_store__</span>
</label> </label>
</td> </td>
<td> <td>
<label> <label>
<input type="checkbox" id="chatgpt_api_store" name="chatgpt_api_store" class="option-input" /> <input type="checkbox" id="chatgpt_api_store" name="chatgpt_api_store" class="option-input" />
&nbsp;<span>__MSG_ChatGPT_StoreFlag_info__</span> &nbsp;<span>__MSG_ChatGPT_chatgpt_api_store_info__</span>
</label> </label>
</td> </td>
</tr> </tr>