From 5ca6a82f38aee927b531d2d643a0232e46e48cd8 Mon Sep 17 00:00:00 2001 From: VasN Date: Mon, 11 May 2026 16:01:02 +0400 Subject: [PATCH] chore(feed-settings): rename highlights toggle copy to "Happening Now" The card surfaced by the highlights feature is labeled "Happening Now" everywhere it appears in the UI (HighlightCards, sidebar widget, quest button, etc.), so the Feed Settings toggle copy should match the user-facing terminology rather than the internal "highlights" name. --- .../FeedSettings/sections/FeedSettingsGeneralSection.tsx | 8 ++++---- packages/shared/src/lib/labels.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/shared/src/components/feeds/FeedSettings/sections/FeedSettingsGeneralSection.tsx b/packages/shared/src/components/feeds/FeedSettings/sections/FeedSettingsGeneralSection.tsx index b5b765c680c..4bda86185d0 100644 --- a/packages/shared/src/components/feeds/FeedSettings/sections/FeedSettingsGeneralSection.tsx +++ b/packages/shared/src/components/feeds/FeedSettings/sections/FeedSettingsGeneralSection.tsx @@ -180,14 +180,14 @@ export const FeedSettingsGeneralSection = (): ReactElement => {
- Pin highlights to top + Pin Happening Now to top - When highlights appear in your feed, show them in the first - position. Otherwise they're placed somewhere near the top. + When Happening Now appears in your feed, show it in the first + position. Otherwise it's placed somewhere near the top.
{ }); }} > - Pin highlights to first position + Pin Happening Now to first position
{isCustomFeed && ( diff --git a/packages/shared/src/lib/labels.ts b/packages/shared/src/lib/labels.ts index f311aeb90db..a0af354b612 100644 --- a/packages/shared/src/lib/labels.ts +++ b/packages/shared/src/lib/labels.ts @@ -89,7 +89,7 @@ export const labels = { clickbaitShield: 'Clickbait shield has been applied for all feeds', contentLanguage: 'New language preferences set for all feeds', highlightsFirst: - 'Highlights pinning preference applied to all your feeds', + 'Happening Now pinning preference applied to all your feeds', }, }, },