diff --git a/components/ShoutButton.vue b/components/ShoutButton.vue
index d1676f34f..9ca77bf5a 100644
--- a/components/ShoutButton.vue
+++ b/components/ShoutButton.vue
@@ -13,13 +13,16 @@
@click="toggle"
/>
-
+
{{ shoutedCount }}x
- Empfohlen
+ {{ $t('shoutButton.shouted') }}
@@ -79,3 +82,9 @@ export default {
}
}
+
+
diff --git a/locales/de.json b/locales/de.json
index b6da57bd9..9821086e6 100644
--- a/locales/de.json
+++ b/locales/de.json
@@ -22,6 +22,9 @@
"following": "Folgst",
"unfollow": "Entfolgen"
},
+ "shoutButton": {
+ "shouted": "empfohlen"
+ },
"profile": {
"name": "Mein Profil",
"memberSince": "Mitglied seit",
diff --git a/locales/en.json b/locales/en.json
index aec3233b7..52baeb073 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -22,6 +22,9 @@
"following": "Following",
"unfollow": "Unfollow"
},
+ "shoutButton": {
+ "shouted": "shouted"
+ },
"profile": {
"name": "My Profile",
"memberSince": "Member since",