mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[web] Fix display search results
This commit is contained in:
parent
daba58f05f
commit
ae0fb921d5
@ -84,7 +84,7 @@
|
||||
@click="open_search_artists"
|
||||
v-text="
|
||||
$t('page.search.show-artists', {
|
||||
count: artists.total.toLocaleString(i18n.locale)
|
||||
count: artists.total.toLocaleString($i18n.locale)
|
||||
})
|
||||
"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user