[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