mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix typo in translation keys
This commit is contained in:
parent
a06733fbfd
commit
7ab6ce4ed2
@ -175,7 +175,7 @@
|
|||||||
"your": {
|
"your": {
|
||||||
"post": "Dein Beitrag ::: Deine Beiträge",
|
"post": "Dein Beitrag ::: Deine Beiträge",
|
||||||
"comment": "Dein Kommentar ::: Deine Kommentare",
|
"comment": "Dein Kommentar ::: Deine Kommentare",
|
||||||
"shouted": "Deine Empfehlung ::: Deine Empfehlungen"
|
"shout": "Deine Empfehlung ::: Deine Empfehlungen"
|
||||||
},
|
},
|
||||||
"post": "Beitrag ::: Beiträge",
|
"post": "Beitrag ::: Beiträge",
|
||||||
"comment": "Kommentar ::: Kommentare",
|
"comment": "Kommentar ::: Kommentare",
|
||||||
|
|||||||
@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
<ds-flex-item
|
<ds-flex-item
|
||||||
v-tooltip="{
|
v-tooltip="{
|
||||||
content: $t('common.your.shouted', null, user.shoutedCount),
|
content: $t('common.your.shout', null, user.shoutedCount),
|
||||||
placement: 'right',
|
placement: 'right',
|
||||||
delay: { show: 500 },
|
delay: { show: 500 },
|
||||||
}"
|
}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user