mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix option names
This commit is contained in:
@ -2112,11 +2112,11 @@
|
|||||||
</label>
|
</label>
|
||||||
<label class="checkbox_label" for="allow_name2_display">
|
<label class="checkbox_label" for="allow_name2_display">
|
||||||
<input id="allow_name2_display" type="checkbox" />
|
<input id="allow_name2_display" type="checkbox" />
|
||||||
<span data-i18n="Allow {{char}}: in bot messages">Show {{char}} responses</span>
|
<span data-i18n="Allow {{char}}: in bot messages">Show {{char}}: in responses</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="checkbox_label" for="allow_name1_display">
|
<label class="checkbox_label" for="allow_name1_display">
|
||||||
<input id="allow_name1_display" type="checkbox" />
|
<input id="allow_name1_display" type="checkbox" />
|
||||||
<span data-i18n="Allow {{user}}: in bot messages">Show {{user}} responses</span>
|
<span data-i18n="Allow {{user}}: in bot messages">Show {{user}}: in responses</span>
|
||||||
</label>
|
</label>
|
||||||
<label for="console_log_prompts">
|
<label for="console_log_prompts">
|
||||||
<input id="console_log_prompts" type="checkbox" />
|
<input id="console_log_prompts" type="checkbox" />
|
||||||
|
Reference in New Issue
Block a user