Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ export const FeedSettingsGeneralSection = (): ReactElement => {
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-1">
<Typography bold type={TypographyType.Body}>
Pin highlights to top
Pin Happening Now to top
</Typography>
<Typography
type={TypographyType.Callout}
color={TypographyColor.Tertiary}
>
When highlights appear in your feed, show them in the first
position. Otherwise they&apos;re placed somewhere near the top.
When Happening Now appears in your feed, show it in the first
position. Otherwise it&apos;s placed somewhere near the top.
</Typography>
</div>
<Switch
Expand Down Expand Up @@ -215,7 +215,7 @@ export const FeedSettingsGeneralSection = (): ReactElement => {
});
}}
>
Pin highlights to first position
Pin Happening Now to first position
</Switch>
</div>
{isCustomFeed && (
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/lib/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
},
Expand Down
Loading