Get rid of numbered keys

This commit is contained in:
Yokayo
2024-10-05 20:19:42 +07:00
parent 17fb9815b3
commit aaa5a84d58
4 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<b><span data-i18n="delete_confirm_1">THIS IS PERMANENT!</span><br><br>
<b><span data-i18n="THIS IS PERMANENT!">THIS IS PERMANENT!</span><br><br>
<label for="del_char_checkbox" class="checkbox_label justifyCenter">
<input type="checkbox" id="del_char_checkbox" />
<small data-i18n="delete_confirm_2">Also delete the chat files</small>
<small data-i18n="Also delete the chat files">Also delete the chat files</small>
</label></b>

View File

@@ -1,5 +1,5 @@
<div>
<h3 data-i18n="duplicate_confirm_1">Are you sure you want to duplicate this character?</h3>
<span data-i18n="duplicate_confirm_2">If you just want to start a new chat with the same character, use "Start new chat" option in the bottom-left options menu.</span>
<h3 data-i18n="Are you sure you want to duplicate this character?">Are you sure you want to duplicate this character?</h3>
<span data-i18n="If you just want to start a new chat with the same character...">If you just want to start a new chat with the same character, use "Start new chat" option in the bottom-left options menu.</span>
<br>
</div>

View File

@@ -1,4 +1,4 @@
<h3><span data-i18n="quota_error_1">Encountered an error while processing your request.</span><br>
<span data-i18n="quota_error_2">Check you have credits available on your</span>
<a href="https://platform.openai.com/account/usage" target="_blank" data-i18n="quota_error_3">OpenAI account</a><span data-i18n="quota_error_4">.</span><br>
<span data-i18n="quota_error_5">If you have sufficient credits, please try again later.</span></h3>
<h3><span data-i18n="Encountered an error while processing your request.">Encountered an error while processing your request.</span><br>
<span data-i18n="Check you have credits available on your">Check you have credits available on your</span>
<a href="https://platform.openai.com/account/usage" target="_blank" data-i18n="OpenAI account quora_error">OpenAI account</a><span data-i18n="dot quota_error">.</span><br>
<span data-i18n="If you have sufficient credits, please try again later.">If you have sufficient credits, please try again later.</span></h3>