diff --git a/src/components/notifications/NotificationItem.vue b/src/components/notifications/NotificationItem.vue index c6240a563..5b0cb2588 100644 --- a/src/components/notifications/NotificationItem.vue +++ b/src/components/notifications/NotificationItem.vue @@ -2,19 +2,19 @@
- + {{ getDisplayName(notification.notification.doer) }} - - {{ notificationText }} + + {{ getNotificationTitle(notification, userInfo) }}
@@ -27,17 +27,18 @@