Skip to content

Commit f66db48

Browse files
authored
chore(feed-settings): rename highlights toggle copy to "Happening Now" (#6025)
1 parent 8b86e71 commit f66db48

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/shared/src/components/feeds/FeedSettings/sections/FeedSettingsGeneralSection.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ export const FeedSettingsGeneralSection = (): ReactElement => {
180180
<div className="flex flex-col gap-4">
181181
<div className="flex flex-col gap-1">
182182
<Typography bold type={TypographyType.Body}>
183-
Pin highlights to top
183+
Pin Happening Now to top
184184
</Typography>
185185
<Typography
186186
type={TypographyType.Callout}
187187
color={TypographyColor.Tertiary}
188188
>
189-
When highlights appear in your feed, show them in the first
190-
position. Otherwise they&apos;re placed somewhere near the top.
189+
When Happening Now appears in your feed, show it in the first
190+
position. Otherwise it&apos;s placed somewhere near the top.
191191
</Typography>
192192
</div>
193193
<Switch
@@ -215,7 +215,7 @@ export const FeedSettingsGeneralSection = (): ReactElement => {
215215
});
216216
}}
217217
>
218-
Pin highlights to first position
218+
Pin Happening Now to first position
219219
</Switch>
220220
</div>
221221
{isCustomFeed && (

packages/shared/src/lib/labels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const labels = {
8989
clickbaitShield: 'Clickbait shield has been applied for all feeds',
9090
contentLanguage: 'New language preferences set for all feeds',
9191
highlightsFirst:
92-
'Highlights pinning preference applied to all your feeds',
92+
'Happening Now pinning preference applied to all your feeds',
9393
},
9494
},
9595
},

0 commit comments

Comments
 (0)