Skip to content

Commit

Permalink
style(NotificationsOverview): change headline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-bitfly committed Oct 17, 2024
1 parent 1fc71de commit 76a3f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const emit = defineEmits<{
</section>
<section class="box-item">
<h3 class="overwrite-h3 big_text_label">
{{ $t('notifications.overview.headers.most_notifications_24h') }}
{{ $t('notifications.overview.headers.notifications_24h') }}
</h3>
<div class="big_text">
{{ notificationsTotal }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 76a3f00

Please sign in to comment.