From 59232cefe757d55dee1231088233d366b32e8e92 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Tue, 24 Sep 2019 11:58:05 +0200 Subject: [PATCH] Remove repeating labels from emote button Our dear @Hardy-Peaceglobal mentioned that when he had a look on the app on my mobile. --- webapp/components/EmotionsButton/EmotionsButton.vue | 1 - webapp/locales/de.json | 3 +-- webapp/locales/en.json | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) 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": {