mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix i18n attributes
This commit is contained in:
@ -4141,9 +4141,9 @@
|
|||||||
<input id="request_token_probabilities" type="checkbox" />
|
<input id="request_token_probabilities" type="checkbox" />
|
||||||
<small data-i18n="Request token probabilities">Request token probabilities</small>
|
<small data-i18n="Request token probabilities">Request token probabilities</small>
|
||||||
</label>
|
</label>
|
||||||
<label data-newbie-hidden class="checkbox_label" for="show_group_chat_queue" title="In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond." data-i18n="[title]Requests logprobs from the API for the Token Probabilities feature">
|
<label data-newbie-hidden class="checkbox_label" for="show_group_chat_queue" title="In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond." data-i18n="[title]In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond.">
|
||||||
<input id="show_group_chat_queue" type="checkbox" />
|
<input id="show_group_chat_queue" type="checkbox" />
|
||||||
<small data-i18n="Request token probabilities">Show group chat queue</small>
|
<small data-i18n="Show group chat queue">Show group chat queue</small>
|
||||||
</label>
|
</label>
|
||||||
<div data-newbie-hidden class="inline-drawer wide100p flexFlowColumn">
|
<div data-newbie-hidden class="inline-drawer wide100p flexFlowColumn">
|
||||||
<div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable" title="Automatically reject and re-generate AI message based on configurable criteria." data-i18n="[title]Automatically reject and re-generate AI message based on configurable criteria">
|
<div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable" title="Automatically reject and re-generate AI message based on configurable criteria." data-i18n="[title]Automatically reject and re-generate AI message based on configurable criteria">
|
||||||
|
Reference in New Issue
Block a user