From 736bc2719aa4e76d336600351eb32f4c06ce39f0 Mon Sep 17 00:00:00 2001 From: Markus <57147781+maeckes-infinitylabs@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:56:17 +0100 Subject: [PATCH] Update webapp/components/NotificationsTable/NotificationsTable.vue Co-authored-by: Hannes Heine --- webapp/components/NotificationsTable/NotificationsTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 124f81084..a2cf7f1e3 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -45,8 +45,8 @@ /> - - {{ $t(`notifications.reason.${n.reason}`) }} + + {{ $t(`notifications.reason.${notification.reason}`) }}