diff options
-rw-r--r-- | src/screens/Search/Explore.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index 9c4dd9d56..baf69cd7f 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -431,7 +431,7 @@ export function Explore({ i.push({ type: 'header', key: 'suggested-feeds-header', - title: _(msg`Discover Feeds`), + title: _(msg`Discover New Feeds`), icon: ListSparkle, searchButton: { label: _(msg`Search for more feeds`), |