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">
<label>
<input type="checkbox" is="emby-checkbox" id="chkPreferNonstandardArtistsTag" />
<span>${PreferNonStandardArtistsTag}</span>
<span>${PreferNonstandardArtistsTag}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${PreferNonstandardArtistsTagHelp}</div>
</div>