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

Merge pull request #6240 from thornbill/fix-nonstandard-tag-label

This commit is contained in:
Bill Thornton 2024-10-22 16:47:07 -04:00 committed by GitHub
commit b807aaf148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>