add group description to notifications

This commit is contained in:
Moriz Wahl 2023-03-17 11:42:23 +01:00
parent c18617fc22
commit 0c4a6ca5c7
3 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -636,7 +636,7 @@
},
"notifications": {
"comment": "Kommentar",
"content": "Inhalt",
"content": "Inhalt oder Beschreibung",
"empty": "Bedaure, Du hast momentan keinerlei Benachrichtigungen.",
"filterLabel": {
"all": "Alle",

View File

@ -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",