diff --git a/website/client/components/header/notificationsDropdown.vue b/website/client/components/header/notificationsDropdown.vue index c7aa8772d4..458ad12b42 100644 --- a/website/client/components/header/notificationsDropdown.vue +++ b/website/client/components/header/notificationsDropdown.vue @@ -27,8 +27,8 @@ menu-dropdown.item-notifications(:right="true", @toggled="handleOpenStatusChange v-if="notificationsCount === 0" ) .svg-icon(v-html="icons.success") - h2 You're all caught up! - p The notification fairies give you a raucous round of applause! Well done! + h2 {{ $t('noNotifications') }} + p {{ $t('noNotificationsText') }}