diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 0c341b765..ffe28f7a9 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -15,7 +15,8 @@ "followers": "Followers", "following": "Following", "shouted": "Shouted", - "commented": "Commented" + "commented": "Commented", + "socialMedia": "Where else can I find" }, "search": { "placeholder": "Search", diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index e516f061b..797645574 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -203,6 +203,10 @@ + - Where else can I find {{ user.name | truncate(15) }}? + {{ $t('profile.socialMedia') }} {{ user.name | truncate(15) }}?