Fix title of checkbox

0090d685598f13393dbd3ce1eb79df3c86675c81

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

1 files changed, +2 -2Showing whitespace changes
public/scripts/templates/tagManagement.html+2 -2
@@ -20,13 +20,13 @@
20 <small>20 <small>
21 <span data-i18n="Drag handle to reorder. Click name to rename. Click color to change display.">Drag handle to reorder. Click name to rename. Click color to change display.</span><br>21 <span data-i18n="Drag handle to reorder. Click name to rename. Click color to change display.">Drag handle to reorder. Click name to rename. Click color to change display.</span><br>
22 {{#if bogus_folders}}<span data-i18n="Click on the folder icon to use this tag as a folder.">Click on the folder icon to use this tag as a folder.</span><br>{{/if}}22 {{#if bogus_folders}}<span data-i18n="Click on the folder icon to use this tag as a folder.">Click on the folder icon to use this tag as a folder.</span><br>{{/if}}
23 <label class="checkbox flex-container alignitemscenter flexNoGap m-t-1" for="auto_sort_tags">23 <label class="checkbox_label flex-container alignItemsCenter m-t-1" for="auto_sort_tags">
24 <input type="checkbox" id="auto_sort_tags" name="auto_sort_tags" {{#if auto_sort_tags}} checked{{/if}} />24 <input type="checkbox" id="auto_sort_tags" name="auto_sort_tags" {{#if auto_sort_tags}} checked{{/if}} />
25 <span data-i18n="Use alphabetical sorting">25 <span data-i18n="Use alphabetical sorting">
26 Use alphabetical sorting26 Use alphabetical sorting
27 </span>27 </span>
28 <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]tags_sorting_desc"28 <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]tags_sorting_desc"
29 title="If enabled, tags will automatically be sorted alphabetically on creation or rename.\nIf disabled, new tags will be appended at the end.\n\nIf a tag is manually reordered by dragging, automatic sorting will be disabled.">29 title="If enabled, tags will automatically be sorted alphabetically on creation or rename.&#10;If disabled, new tags will be appended at the end.&#10;&#10;If a tag is manually reordered by dragging, automatic sorting will be disabled.">
30 </div>30 </div>
31 </label>31 </label>
32 </small>32 </small>