diff --git a/views/notifications.ejs b/views/notifications.ejs index a2c1b5f..2790b31 100644 --- a/views/notifications.ejs +++ b/views/notifications.ejs @@ -36,8 +36,9 @@ WhenWhat <% for (var i=0; i + <% const title = notifications[i].payload && notifications[i].payload.type === 'hideNotification' ? '(Hide Notification)' : notifications[i].message %> <%= date_util(notifications[i].created, timeZone).toRelativeCalendar() %> - <%= notifications[i].message %> + <%= title %> <% } %>