1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix capitalization of PreferNonstandardArtistsTag label

This commit is contained in:
Bill Thornton 2024-10-22 16:38:48 -04:00
parent b40f68db12
commit f8f1ef0ae5

View file

@ -222,7 +222,7 @@
<div class="checkboxContainer checkboxContainer-withDescription advanced"> <div class="checkboxContainer checkboxContainer-withDescription advanced">
<label> <label>
<input type="checkbox" is="emby-checkbox" id="chkPreferNonstandardArtistsTag" /> <input type="checkbox" is="emby-checkbox" id="chkPreferNonstandardArtistsTag" />
<span>${PreferNonStandardArtistsTag}</span> <span>${PreferNonstandardArtistsTag}</span>
</label> </label>
<div class="fieldDescription checkboxFieldDescription">${PreferNonstandardArtistsTagHelp}</div> <div class="fieldDescription checkboxFieldDescription">${PreferNonstandardArtistsTagHelp}</div>
</div> </div>