mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[web] Fix page search to show proper translations
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_tracks"
|
||||
v-text="
|
||||
$t('page.search.show.tracks', {
|
||||
$t('page.search.show-tracks', {
|
||||
count: tracks.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
@@ -81,7 +81,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_artists"
|
||||
v-text="
|
||||
$t('page.search.show.artists', {
|
||||
$t('page.search.show-artists', {
|
||||
count: artists.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
@@ -139,7 +139,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_composers"
|
||||
v-text="
|
||||
$t('page.search.show.composers', {
|
||||
$t('page.search.show-composers', {
|
||||
count: composers.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
@@ -168,7 +168,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_playlists"
|
||||
v-text="
|
||||
$t('page.search.show.playlists', {
|
||||
$t('page.search.show-playlists', {
|
||||
count: playlists.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
@@ -197,7 +197,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_podcasts"
|
||||
v-text="
|
||||
$t('page.search.show.podcasts', {
|
||||
$t('page.search.show-podcasts', {
|
||||
count: podcasts.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
@@ -227,7 +227,7 @@
|
||||
class="button is-light is-small is-rounded"
|
||||
@click="open_search_audiobooks"
|
||||
v-text="
|
||||
$t('page.search.show.audiobooks', {
|
||||
$t('page.search.show-audiobooks', {
|
||||
count: audiobooks.total.toLocaleString()
|
||||
})
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user