diff --git a/website/client/components/settings/notifications.vue b/website/client/components/settings/notifications.vue index abaf3ac1c8..b92f6de0e6 100644 --- a/website/client/components/settings/notifications.vue +++ b/website/client/components/settings/notifications.vue @@ -26,7 +26,7 @@ span {{ $t('email') }} th span {{ $t('push') }} - tr(v-for='notification in notifications') + tr(v-for='notification in notificationsIds') td span {{ $t(notification) }} td @@ -40,11 +40,13 @@