mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
add group description to notifications
This commit is contained in:
parent
c18617fc22
commit
0c4a6ca5c7
@ -84,7 +84,10 @@
|
||||
<ds-flex-item>
|
||||
<base-card :wide-content="true">
|
||||
<b :class="{ 'notification-status': notification.read }">
|
||||
{{ notification.from.contentExcerpt | removeHtml }}
|
||||
{{
|
||||
notification.from.contentExcerpt ||
|
||||
notification.from.descriptionExcerpt | removeHtml
|
||||
}}
|
||||
</b>
|
||||
</base-card>
|
||||
</ds-flex-item>
|
||||
|
||||
@ -636,7 +636,7 @@
|
||||
},
|
||||
"notifications": {
|
||||
"comment": "Kommentar",
|
||||
"content": "Inhalt",
|
||||
"content": "Inhalt oder Beschreibung",
|
||||
"empty": "Bedaure, Du hast momentan keinerlei Benachrichtigungen.",
|
||||
"filterLabel": {
|
||||
"all": "Alle",
|
||||
|
||||
@ -636,7 +636,7 @@
|
||||
},
|
||||
"notifications": {
|
||||
"comment": "Comment",
|
||||
"content": "Content",
|
||||
"content": "Content or Description",
|
||||
"empty": "Sorry, you don't have any notifications at the moment.",
|
||||
"filterLabel": {
|
||||
"all": "All",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user