group description in notification

This commit is contained in:
Moriz Wahl 2023-03-17 11:37:19 +01:00
parent 49288750cf
commit c18617fc22
3 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@
<p>
<strong v-if="isComment" class="comment">{{ $t(`notifications.comment`) }}:</strong>
{{ from.contentExcerpt | removeHtml }}
<strong v-if="isGroup" class="comment">{{ $t(`notifications.group`) }}:</strong>
{{ from.descriptionExcerpt | removeHtml }}
</p>
</base-card>
</nuxt-link>

View File

@ -643,6 +643,7 @@
"read": "Gelesen",
"unread": "Ungelesen"
},
"group": "Beschreibung",
"markAllAsRead": "Markiere alle als gelesen",
"pageLink": "Alle Benachrichtigungen",
"post": "Beitrag oder Gruppe",

View File

@ -643,6 +643,7 @@
"read": "Read",
"unread": "Unread"
},
"group": "Description",
"markAllAsRead": "Mark all as read",
"pageLink": "All notifications",
"post": "Post or Group",