diff --git a/app/javascript/mastodon/features/notifications/components/filtered_notifications_banner.tsx b/app/javascript/mastodon/features/notifications/components/filtered_notifications_banner.tsx
index be1ea2c55..9f93d25c5 100644
--- a/app/javascript/mastodon/features/notifications/components/filtered_notifications_banner.tsx
+++ b/app/javascript/mastodon/features/notifications/components/filtered_notifications_banner.tsx
@@ -49,21 +49,14 @@ export const FilteredNotificationsBanner: React.FC = () => {
-
- {toCappedNumber(policy.summary.pending_notifications_count)}
-
-
+ {toCappedNumber(policy.summary.pending_notifications_count)}
);
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index de8f2ebfc..c9484a143 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -300,8 +300,7 @@
"filter_modal.select_filter.subtitle": "Use an existing category or create a new one",
"filter_modal.select_filter.title": "Filter this post",
"filter_modal.title.status": "Filter a post",
- "filtered_notifications_banner.mentions": "{count, plural, one {mention} other {mentions}}",
- "filtered_notifications_banner.pending_requests": "Notifications from {count, plural, =0 {no one} one {one person} other {# people}} you may know",
+ "filtered_notifications_banner.pending_requests": "From {count, plural, =0 {no one} one {one person} other {# people}} you may know",
"filtered_notifications_banner.title": "Filtered notifications",
"firehose.all": "All",
"firehose.local": "This server",
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index c575a033b..e64ebbad4 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -10171,25 +10171,10 @@ noscript {
}
&__badge {
- display: flex;
- align-items: center;
- border-radius: 999px;
- background: var(--background-border-color);
- color: $darker-text-color;
- padding: 4px;
- padding-inline-end: 8px;
- gap: 6px;
- font-weight: 500;
- font-size: 11px;
- line-height: 16px;
- word-break: keep-all;
-
- &__badge {
- background: $ui-button-background-color;
- color: $white;
- border-radius: 100px;
- padding: 2px 8px;
- }
+ background: $ui-button-background-color;
+ color: $white;
+ border-radius: 100px;
+ padding: 2px 8px;
}
}