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

View File

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

View File

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