about summary refs log tree commit diff
path: root/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-04-04 18:44:02 -0500
committerGitHub <noreply@github.com>2025-04-04 16:44:02 -0700
commitaca89d4aea61a50697187464e88ac1b9a4ef40bd (patch)
treee7f7459996b9ea3815bc909e7f0a154ad1961a58 /src/screens/Search/modules/ExploreSuggestedAccounts.tsx
parenta0ff9b52aad3349b24118a0222e0f3d78e695887 (diff)
downloadvoidsky-aca89d4aea61a50697187464e88ac1b9a4ef40bd.tar.zst
[Explore] New suggested follows endpoint (#8130)
* Bump SDK

* Integrate new endpoint, add profile shadow, For You tab

* Format
Diffstat (limited to 'src/screens/Search/modules/ExploreSuggestedAccounts.tsx')
-rw-r--r--src/screens/Search/modules/ExploreSuggestedAccounts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
index 070d75910..71210823e 100644
--- a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
+++ b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
@@ -83,7 +83,7 @@ export function SuggestedAccountsTabBar({
         }}
         hasSearchText={false}
         interestsDisplayNames={{
-          all: _(msg`All`),
+          all: _(msg`For You`),
           ...interestsDisplayNames,
         }}
         TabComponent={Tab}