Fix i18n

ff00b2c00a85c04f97fcbb8e65d431b1e303b934

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -3207,11 +3207,11 @@
3207 <div class="flex-container">3207 <div class="flex-container">
3208 <label for="instruct_enabled" class="checkbox_label flex1">3208 <label for="instruct_enabled" class="checkbox_label flex1">
3209 <input id="instruct_enabled" type="checkbox" style="display:none;" />3209 <input id="instruct_enabled" type="checkbox" style="display:none;" />
3210 <small data-i18n="Enabled"><i class="fa-solid fa-power-off menu_button margin0"></i></small>3210 <small><i class="fa-solid fa-power-off menu_button margin0"></i></small>
3211 </label>3211 </label>
3212 <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">3212 <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">
3213 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />3213 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
3214 <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>3214 <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>
3215 </label>3215 </label>
3216 </div>3216 </div>
3217 </h4>3217 </h4>