diff --git a/frontend/src/pages/notifications.vue b/frontend/src/pages/notifications.vue index a1ec1f6b0..7bcca279f 100644 --- a/frontend/src/pages/notifications.vue +++ b/frontend/src/pages/notifications.vue @@ -116,14 +116,14 @@ function updateSelectedNotifications() { {{ i18n.t(item.message[0], item.message.slice(1)) }} - {{ lastUpdated(new Date(item.createdAt)) }} + {{ lastUpdated(new Date(item.createdAt)) }} - + {{ i18n.t("notifications.readAll") }}