diff --git a/webapp/components/EmotionsButton/EmotionsButton.vue b/webapp/components/EmotionsButton/EmotionsButton.vue index b4849c31a..7536c1632 100644 --- a/webapp/components/EmotionsButton/EmotionsButton.vue +++ b/webapp/components/EmotionsButton/EmotionsButton.vue @@ -9,7 +9,6 @@
{{ PostsEmotionsCountByEmotion[emotion] }}x
- {{ $t('contribution.emotions-label.emoted') }} diff --git a/webapp/locales/de.json b/webapp/locales/de.json index a784cd5f7..fa9d66860 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -483,8 +483,7 @@ "happy": "Glücklich", "surprised": "Erstaunt", "cry": "Zum Weinen", - "angry": "Verärgert", - "emoted": "angegeben" + "angry": "Verärgert" }, "category": { "name": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 502aedd67..592fc57e4 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -484,8 +484,7 @@ "happy": "Happy", "surprised": "Surprised", "cry": "Cry", - "angry": "Angry", - "emoted": "emoted" + "angry": "Angry" }, "category": { "name": {