[web] Fix display search results

This commit is contained in:
chme 2022-06-16 06:30:49 +02:00
parent daba58f05f
commit ae0fb921d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})
"
/>