diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-08-26 20:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 14:34:34 -0500 |
commit | c12fd4482e9bbccf725c662a26d3dccd12c8ee83 (patch) | |
tree | 0ad4f517aac6ec635a3dbc26576cc2803fcfce2d /src | |
parent | 88e6dff484634b6d2ec9edb7caf6642cf4ebeb3d (diff) | |
download | voidsky-c12fd4482e9bbccf725c662a26d3dccd12c8ee83.tar.zst |
`Discover Feeds` ⮕ `Discover New Feeds` (#8860)
Diffstat (limited to 'src')
-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`), |