Fixed 'music' category string not being translated
All checks were successful
Run Integration Tests / test (push) Successful in 34s
All checks were successful
Run Integration Tests / test (push) Successful in 34s
This commit is contained in:
parent
8fc17b280b
commit
3407ed5f4b
9 changed files with 8 additions and 11 deletions
|
@ -107,7 +107,7 @@
|
|||
</div>
|
||||
<div class="search-container-results-btn">
|
||||
<button id="sub-search-wrapper-ico" class="material-icons-round clickable search-active" name="t" value="music"></button>
|
||||
<button name="t" value="music" class="clickable search-active">{{ translate "music" }}</button>
|
||||
<button name="t" value="music" class="clickable search-active">{{ translate "category_music" }}</button>
|
||||
</div>
|
||||
<div class="search-container-results-btn">
|
||||
<button id="sub-search-wrapper-ico" class="material-icons-round clickable" name="t" value="forum"></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue