mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1702 from Human-Connection/remove_unnecessary_labels_from_emote_buttons
Remove repetitive labels from emote button
This commit is contained in:
commit
4572d29290
@ -9,7 +9,6 @@
|
||||
<p style="display: inline" :key="PostsEmotionsCountByEmotion[emotion]">
|
||||
{{ PostsEmotionsCountByEmotion[emotion] }}x
|
||||
</p>
|
||||
{{ $t('contribution.emotions-label.emoted') }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -483,8 +483,7 @@
|
||||
"happy": "Glücklich",
|
||||
"surprised": "Erstaunt",
|
||||
"cry": "Zum Weinen",
|
||||
"angry": "Verärgert",
|
||||
"emoted": "angegeben"
|
||||
"angry": "Verärgert"
|
||||
},
|
||||
"category": {
|
||||
"name": {
|
||||
|
||||
@ -484,8 +484,7 @@
|
||||
"happy": "Happy",
|
||||
"surprised": "Surprised",
|
||||
"cry": "Cry",
|
||||
"angry": "Angry",
|
||||
"emoted": "emoted"
|
||||
"angry": "Angry"
|
||||
},
|
||||
"category": {
|
||||
"name": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user