From ef241e684be409cf1a4a67cb9a4bf5cb797718fa Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 12 Jun 2024 21:21:32 -0500 Subject: [PATCH] Update copy --- src/view/screens/Search/Explore.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/view/screens/Search/Explore.tsx b/src/view/screens/Search/Explore.tsx index 52cea8fe1a..7c4e943350 100644 --- a/src/view/screens/Search/Explore.tsx +++ b/src/view/screens/Search/Explore.tsx @@ -56,7 +56,9 @@ function SuggestedItemsHeader({ {title} - {description} + + {description} + ) @@ -287,8 +289,10 @@ export function Explore() { { type: 'header', key: 'suggested-follows-header', - title: _(msg`Suggested follows`), - description: _(msg`Find new friends or interesting accounts`), + title: _(msg`Suggested accounts`), + description: _( + msg`Follow more accounts to get connected to your interests and build your network.`, + ), }, ] @@ -332,8 +336,10 @@ export function Explore() { i.push({ type: 'header', key: 'suggested-feeds-header', - title: _(msg`Suggested feeds`), - description: _(msg`Discover new content`), + 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.`, + ), }) if (feeds && preferences) {