mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
Fix i18n
This commit is contained in:
parent
d52055f707
commit
ff00b2c00a
@ -3207,11 +3207,11 @@
|
|||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<label for="instruct_enabled" class="checkbox_label flex1">
|
<label for="instruct_enabled" class="checkbox_label flex1">
|
||||||
<input id="instruct_enabled" type="checkbox" style="display:none;" />
|
<input id="instruct_enabled" type="checkbox" style="display:none;" />
|
||||||
<small data-i18n="Enabled"><i class="fa-solid fa-power-off menu_button margin0"></i></small>
|
<small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
|
||||||
</label>
|
</label>
|
||||||
<label for="instruct_bind_to_context" class="checkbox_label flex1" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
|
<label for="instruct_bind_to_context" class="checkbox_label flex1" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
|
||||||
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
|
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
|
||||||
<small data-i18n="Bind to Context"><i class="fa-solid fa-link menu_button margin0" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference."></i></small>
|
<small><i class="fa-solid fa-link menu_button margin0" title="If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference."></i></small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user