Fix title of checkbox

0090d685598f13393dbd3ce1eb79df3c86675c81

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

1 files changed, +5 -5Ignore whitespace
public/scripts/templates/tagManagement.html+5 -5
@@ -20,14 +20,14 @@
2020 <small>
2121 <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>
2222 {{#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}}
2323 <label class="checkboxcheckbox_label flex-container alignitemscenter flexNoGapalignItemsCenter m-t-1" for="auto_sort_tags">
2424 <input type="checkbox" id="auto_sort_tags" name="auto_sort_tags" {{#if auto_sort_tags}} checked{{/if}} />
2525 <span data-i18n="Use alphabetical sorting">
2626 Use alphabetical sorting
2727 </span>
2828 <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]tags_sorting_desc"
2929 title="If enabled, tags will automatically be sorted alphabetically on creation or rename.\nIf&#10;If disabled, new tags will be appended at the end.\n\nIf&#10;&#10;If a tag is manually reordered by dragging, automatic sorting will be disabled.">
3030 </div>
3131 </label>
3232 </small>
33- </div>
33 \ No newline at end of file
33+ </div>