mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
718b8b73c8
commit
59232cefe7
@ -9,7 +9,6 @@
|
|||||||
<p style="display: inline" :key="PostsEmotionsCountByEmotion[emotion]">
|
<p style="display: inline" :key="PostsEmotionsCountByEmotion[emotion]">
|
||||||
{{ PostsEmotionsCountByEmotion[emotion] }}x
|
{{ PostsEmotionsCountByEmotion[emotion] }}x
|
||||||
</p>
|
</p>
|
||||||
{{ $t('contribution.emotions-label.emoted') }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -483,8 +483,7 @@
|
|||||||
"happy": "Glücklich",
|
"happy": "Glücklich",
|
||||||
"surprised": "Erstaunt",
|
"surprised": "Erstaunt",
|
||||||
"cry": "Zum Weinen",
|
"cry": "Zum Weinen",
|
||||||
"angry": "Verärgert",
|
"angry": "Verärgert"
|
||||||
"emoted": "angegeben"
|
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
@ -484,8 +484,7 @@
|
|||||||
"happy": "Happy",
|
"happy": "Happy",
|
||||||
"surprised": "Surprised",
|
"surprised": "Surprised",
|
||||||
"cry": "Cry",
|
"cry": "Cry",
|
||||||
"angry": "Angry",
|
"angry": "Angry"
|
||||||
"emoted": "emoted"
|
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"name": {
|
"name": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user