rename ChatGPT storage flags for consistency in messages.json and mzta-options.html
This commit is contained in:
parent
add47ed055
commit
40c0602356
2 changed files with 4 additions and 4 deletions
|
|
@ -1540,11 +1540,11 @@
|
|||
"message": "If you select some text, only that portion will be considered.",
|
||||
"description": ""
|
||||
},
|
||||
"ChatGPT_StoreFlag": {
|
||||
"ChatGPT_chatgpt_api_store": {
|
||||
"message": "Use storage",
|
||||
"description": ""
|
||||
},
|
||||
"ChatGPT_StoreFlag_info": {
|
||||
"ChatGPT_chatgpt_api_store_info": {
|
||||
"message": "If checked, your chats will be stored by OpenAI.",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
|||
|
|
@ -220,13 +220,13 @@
|
|||
<tr class="conntype_chatgpt_api">
|
||||
<td>
|
||||
<label>
|
||||
<span class="opt_title">__MSG_ChatGPT_StoreFlag__</span>
|
||||
<span class="opt_title">__MSG_ChatGPT_chatgpt_api_store__</span>
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label>
|
||||
<input type="checkbox" id="chatgpt_api_store" name="chatgpt_api_store" class="option-input" />
|
||||
<span>__MSG_ChatGPT_StoreFlag_info__</span>
|
||||
<span>__MSG_ChatGPT_chatgpt_api_store_info__</span>
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue