diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 5406e818a..62d2d379f 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -2,10 +2,7 @@ - + - +
@@ -49,7 +51,9 @@
- {{ $t(`notifications.report.category`) }}: + + {{ $t(`notifications.report.category`) }}: + {{ $t('report.reason.category.options.' + notificationData.report.reasonCategory) }}
@@ -68,7 +72,10 @@
- +
diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index c14b58ecc..bf3850eb8 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -60,10 +60,14 @@
- {{ $t(`notifications.report.category`) }}: + + {{ $t(`notifications.report.category`) }}: + {{ $t('report.reason.category.options.' + scope.row.report.reasonCategory) }}
- {{ $t(`notifications.report.description`) }}: + + {{ $t(`notifications.report.description`) }}: +