This commit is contained in:
Wolfgang Huß 2020-02-06 12:39:08 +01:00
parent 1a3139e95c
commit 49aec6e0b0

View File

@ -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,
)
}}
</ds-text>
</client-only>