File tree Expand file tree Collapse file tree
components/feeds/FeedSettings/sections Expand file tree Collapse file tree Original file line number Diff line number Diff 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 're placed somewhere near the top.
189+ When Happening Now appears in your feed, show it in the first
190+ position. Otherwise it '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 && (
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments