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