From c18617fc2202b7b8f4b51548b8f2dbe55779b260 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 17 Mar 2023 11:37:19 +0100 Subject: [PATCH] group description in notification --- webapp/components/Notification/Notification.vue | 2 ++ webapp/locales/de.json | 1 + webapp/locales/en.json | 1 + 3 files changed, 4 insertions(+) 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",