diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index c79a14317..b9b462454 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -73,7 +73,9 @@ - Wem folgt {{ userName | truncate(15) }}? + + {{ userName | truncate(15) }} {{ $t('profile.network.following') }} + @@ -84,18 +86,23 @@ - und {{ user.followingCount - user.following.length }} weitere + {{ $t('profile.network.and') }} {{ user.followingCount - user.following.length }} + {{ $t('profile.network.more') }} - {{ userName }} folgt niemandem + + {{ userName }} {{ $t('profile.network.followingNobody') }} + - Wer folgt {{ userName | truncate(15) }}? + + {{ userName | truncate(15) }} {{ $t('profile.network.followedBy') }} + @@ -106,12 +113,15 @@ - und {{ user.followedByCount - user.followedBy.length }} weitere + {{ $t('profile.network.and') }} {{ user.followedByCount - user.followedBy.length }} + {{ $t('profile.network.more') }} - niemand folgt {{ userName }} + + {{ userName }} {{ $t('profile.network.followedByNobody') }} + @@ -218,7 +228,6 @@
{{ userName }} folgt niemandem
+ {{ userName }} {{ $t('profile.network.followingNobody') }} +
niemand folgt {{ userName }}
+ {{ userName }} {{ $t('profile.network.followedByNobody') }} +