fix: update locale

This commit is contained in:
qier222 2020-12-09 16:01:17 +08:00
parent 60989a2572
commit 463aaf7698
5 changed files with 34 additions and 14 deletions

View file

@ -22,7 +22,7 @@
</div>
<div class="buttons">
<ButtonTwoTone @click.native="playPopularSongs()" :iconClass="`play`">
{{ $t("play") }}
{{ $t("common.play") }}
</ButtonTwoTone>
<ButtonTwoTone @click.native="followArtist" color="grey">
<span v-if="artist.followed">{{ $t("artist.following") }}</span>