diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index e5057ebba..2b756cd27 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -21,7 +21,10 @@ v-tooltip="{ content: $t('notifications.post'), placement: 'right' }" /> {{ - $t(`notifications.reason.${notificationData.reason}` + notificationData.reasonTranslationExtention) + $t( + `notifications.reason.${notificationData.reason}` + + notificationData.reasonTranslationExtention, + ) }}