Add missing this when calling $t in the flatstableline component;

This commit is contained in:
Benjamin Bouvier 2018-09-15 16:32:55 +02:00 committed by Phyks (Lucas Verney)
parent 6c7527f443
commit c2f0a2389a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default {
computed: {
capitalizedStatus() {
return capitalize($t('status.followed'));
return capitalize(this.$t('status.followed'));
},
photo() {
if (this.flat.photos && this.flat.photos.length > 0) {