Fix i18n

ff00b2c00a85c04f97fcbb8e65d431b1e303b934

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

1 files changed, +2 -2Showing whitespace changes
public/index.html+2 -2
@@ -3207,11 +3207,11 @@
32073207 <div class="flex-container">
32083208 <label for="instruct_enabled" class="checkbox_label flex1">
32093209 <input id="instruct_enabled" type="checkbox" style="display:none;" />
32103210 <small data-i18n="Enabled"><i class="fa-solid fa-power-off menu_button margin0"></i></small>
32113211 </label>
32123212 <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">
32133213 <input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
32143214 <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>
32153215 </label>
32163216 </div>
32173217 </h4>