Cut UI texts

11ff19a161ae2cd668cac5eb94ca19b54e699217

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

1 files changed, +10 -10Ignore whitespace
public/index.html+10 -10
@@ -5464,23 +5464,23 @@
54645464 <div class="world_entry_form_control flex1">
54655465 <small class="textAlignCenter" data-i18n="Case-Sensitive">Case-Sensitive</small>
54665466 <select name="caseSensitive" class="text_pole widthNatural margin0">
54675467 <option value="null" data-i18n="Use global setting">Use global setting</option>
54685468 <option value="true" data-i18n="Yes">Yes</option>
54695469 <option value="false" data-i18n="No">No</option>
54705470 </select>
54715471 </div>
54725472 <div class="world_entry_form_control flex1">
54735473 <small class="textAlignCenter" data-i18n="Match Whole Words">Match Whole Words</small>
54745474 <select name="matchWholeWords" class="text_pole widthNatural margin0">
54755475 <option value="null" data-i18n="Use global setting">Use global setting</option>
54765476 <option value="true" data-i18n="Yes">Yes</option>
54775477 <option value="false" data-i18n="No">No</option>
54785478 </select>
54795479 </div>
54805480 <div class="world_entry_form_control flex1">
54815481 <small class="textAlignCenter" data-i18n="Use Group Scoring">Use Group Scoring</small>
54825482 <select name="useGroupScoring" class="text_pole widthNatural margin0">
54835483 <option value="null" data-i18n="Use global setting">Use global setting</option>
54845484 <option value="true" data-i18n="Yes">Yes</option>
54855485 <option value="false" data-i18n="No">No</option>
54865486 </select>
@@ -5512,20 +5512,20 @@
55125512 <div>
55135513 <label class="checkbox flex-container alignitemscenter flexNoGap">
55145514 <input type="checkbox" name="exclude_recursion" />
55155515 <span data-i18n="ExcludeNon-recursable from(will recursionnot be activated by another)">
55165516 Non-recursable (this entry will not be activated by another)
55175517 </span>
55185518 </label>
55195519 <label class="checkbox flex-container alignitemscenter flexNoGap">
55205520 <input type="checkbox" name="prevent_recursion" />
55215521 <span data-i18n="Prevent further recursion (this entry will not activate others)">
55225522 Prevent further recursion (this entry will not activate others)
55235523 </span>
55245524 </label>
55255525 <label class="checkbox flex-container alignitemscenter flexNoGap">
55265526 <input type="checkbox" name="delay_until_recursion" />
55275527 <span data-i18n="Delay until recursion (this entry can only be activated on recursive checking)">
55285528 Delay until recursion (this entry can only be activated on recursive checking)
55295529 </span>
55305530 </label>
55315531 </div>