From 5297973f682d31b1f0cd312a4fa2ab42c8103c1e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 7 Dec 2024 11:50:50 +0000 Subject: [ELI5] Change feed page copy (#6932) --- src/view/screens/Feeds.tsx | 5 +++-- src/view/screens/Search/Explore.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/view/screens/Feeds.tsx b/src/view/screens/Feeds.tsx index 0dcf1f016..ec48b9c08 100644 --- a/src/view/screens/Feeds.tsx +++ b/src/view/screens/Feeds.tsx @@ -438,6 +438,7 @@ export function FeedsScreen(_props: Props) { - Custom feeds built by the community bring you new experiences and - help you find the content you love. + Choose your own timeline! Feeds built by the community help you find + content you love. diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index 6aff9b88a..bd2ebe5d5 100644 --- a/src/view/screens/Search/Explore.tsx +++ b/src/view/screens/Search/Explore.tsx @@ -388,7 +388,7 @@ export function Explore() { key: 'suggested-feeds-header', title: _(msg`Discover new feeds`), description: _( - msg`Custom feeds built by the community bring you new experiences and help you find the content you love.`, + msg`Choose your own timeline! Feeds built by the community help you find content you love.`, ), style: [a.pt_5xl], icon: ListSparkle, -- cgit 1.4.1