diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 06f99ae7c..a9cd75f4e 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -17,6 +17,8 @@

{{ $t(`notifications.comment`) }}: {{ from.contentExcerpt | removeHtml }} + {{ $t(`notifications.group`) }}: + {{ from.descriptionExcerpt | removeHtml }}

diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 382294db2..d82d3bcde 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -643,6 +643,7 @@ "read": "Gelesen", "unread": "Ungelesen" }, + "group": "Beschreibung", "markAllAsRead": "Markiere alle als gelesen", "pageLink": "Alle Benachrichtigungen", "post": "Beitrag oder Gruppe", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 2b5c3d7c4..6ddfe7cd0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -643,6 +643,7 @@ "read": "Read", "unread": "Unread" }, + "group": "Description", "markAllAsRead": "Mark all as read", "pageLink": "All notifications", "post": "Post or Group",