From 934a98b3528602bb58eec212565b1f27584b05db Mon Sep 17 00:00:00 2001 From: marcel-bitfly <174338434+marcel-bitfly@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:58:27 +0200 Subject: [PATCH] style(NotificationsOverview): change `headline` --- frontend/components/notifications/NotificationsOverview.vue | 2 +- frontend/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/notifications/NotificationsOverview.vue b/frontend/components/notifications/NotificationsOverview.vue index 927c4c5c2..1db754293 100644 --- a/frontend/components/notifications/NotificationsOverview.vue +++ b/frontend/components/notifications/NotificationsOverview.vue @@ -130,7 +130,7 @@ const emit = defineEmits<{

- {{ $t('notifications.overview.headers.most_notifications_24h') }} + {{ $t('notifications.overview.headers.notifications_24h') }}

{{ notificationsTotal }} diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 685f70d65..be4f6211d 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -770,8 +770,8 @@ "headers": { "account_groups": "Most notified account groups", "email_notifications": "Email Notifications", - "most_notifications_24h": "Most Notifications in 24h", "most_notifications_30d": "Most Notifications in 30d", + "notifications_24h": "Notifications in 24h", "push_notifications": "Push Notifications", "validator_groups": "Most notified validator groups" },