From 1c0d54a935fb5936b8654455e8a68235db66d019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 22 Jan 2020 13:34:52 +0100 Subject: [PATCH] Fix lint --- .../components/Notification/Notification.vue | 21 ++++++++++++------- .../NotificationsTable/NotificationsTable.vue | 8 +++++-- 2 files changed, 20 insertions(+), 9 deletions(-) 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`) }}: +