Fix typo in translation keys

This commit is contained in:
Robert Schäfer 2019-06-07 13:10:04 +02:00
parent a06733fbfd
commit 7ab6ce4ed2
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@
"your": {
"post": "Dein Beitrag ::: Deine Beiträge",
"comment": "Dein Kommentar ::: Deine Kommentare",
"shouted": "Deine Empfehlung ::: Deine Empfehlungen"
"shout": "Deine Empfehlung ::: Deine Empfehlungen"
},
"post": "Beitrag ::: Beiträge",
"comment": "Kommentar ::: Kommentare",

View File

@ -177,7 +177,7 @@
<ds-flex-item
v-tooltip="{
content: $t('common.your.shouted', null, user.shoutedCount),
content: $t('common.your.shout', null, user.shoutedCount),
placement: 'right',
delay: { show: 500 },
}"