Remove repeating labels from emote button

Our dear @Hardy-Peaceglobal mentioned that when he had a look on the app
on my mobile.
This commit is contained in:
roschaefer 2019-09-24 11:58:05 +02:00
parent 718b8b73c8
commit 59232cefe7
3 changed files with 2 additions and 5 deletions

View File

@ -9,7 +9,6 @@
<p style="display: inline" :key="PostsEmotionsCountByEmotion[emotion]">
{{ PostsEmotionsCountByEmotion[emotion] }}x
</p>
{{ $t('contribution.emotions-label.emoted') }}
</div>
</div>
</template>

View File

@ -483,8 +483,7 @@
"happy": "Glücklich",
"surprised": "Erstaunt",
"cry": "Zum Weinen",
"angry": "Verärgert",
"emoted": "angegeben"
"angry": "Verärgert"
},
"category": {
"name": {

View File

@ -484,8 +484,7 @@
"happy": "Happy",
"surprised": "Surprised",
"cry": "Cry",
"angry": "Angry",
"emoted": "emoted"
"angry": "Angry"
},
"category": {
"name": {