Small fix
This commit is contained in:
parent
a91ba2a277
commit
86ad8416df
|
@ -5841,7 +5841,7 @@
|
|||
<div id="alternate_greeting_form_template" class="template_element">
|
||||
<div class="alternate_greeting">
|
||||
<div class="title_restorable">
|
||||
<strong>Вариант #<span class="greeting_index"></span></strong>
|
||||
<strong><span data-i18n="Alternate Greeting #">Alternate Greeting #</span><span class="greeting_index"></span></strong>
|
||||
<div class="menu_button fa-solid fa-trash-alt delete_alternate_greeting"></div>
|
||||
</div>
|
||||
<textarea name="alternate_greetings" data-i18n="[placeholder](This will be the first message from the character that starts every chat)" placeholder="(This will be the first message from the character that starts every chat)" class="text_pole textarea_compact alternate_greeting_text" maxlength="50000" value="" autocomplete="off" rows="16"></textarea>
|
||||
|
|
|
@ -1635,5 +1635,6 @@
|
|||
"Don't forget to save a snapshot of your settings before proceeding.": "Настоятельно советуем перед этим сохранить снимок текущих настроек.",
|
||||
"Change Password": "Сменить пароль",
|
||||
"Reset Code:": "Reset Code:",
|
||||
"Click": "Нажмите "
|
||||
"Click": "Нажмите ",
|
||||
"Alternate Greeting #": "Вариант #"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue