diff --git a/flatisfy/web/js_src/components/flatstableline.vue b/flatisfy/web/js_src/components/flatstableline.vue index f1b2c5d..dd5f979 100644 --- a/flatisfy/web/js_src/components/flatstableline.vue +++ b/flatisfy/web/js_src/components/flatstableline.vue @@ -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) {