Fixed 'music' category string not being translated
All checks were successful
Run Integration Tests / test (push) Successful in 34s

This commit is contained in:
partisan 2025-05-13 10:38:11 +02:00
parent 8fc17b280b
commit 3407ed5f4b
9 changed files with 8 additions and 11 deletions

View file

@ -125,7 +125,7 @@
<div class="icon-button">
<button id="sub-search-wrapper-ico-video" class="material-icons-round clickable" name="t" value="music">
<span class="material-icons-round">&#xe423;</span> <!-- 'note' icon -->
<p>{{ translate "music" }}</p>
<p>{{ translate "category_music" }}</p>
</button>
</div>