diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 4943ac92f..e5057ebba 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -21,7 +21,7 @@ v-tooltip="{ content: $t('notifications.post'), placement: 'right' }" /> {{ - $t(`notifications.reason.${notificationData.reason}` + notificationData.reasonExtention) + $t(`notifications.reason.${notificationData.reason}` + notificationData.reasonTranslationExtention) }} diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 288337a11..55c9c133b 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -35,7 +35,7 @@ - {{ $t(`notifications.reason.${scope.row.reason}` + scope.row.reasonExtention) }} + {{ $t(`notifications.reason.${scope.row.reason}` + scope.row.reasonTranslationExtention) }}