diff options
author | Eric Bailey <git@esb.lol> | 2025-04-04 18:44:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 16:44:02 -0700 |
commit | aca89d4aea61a50697187464e88ac1b9a4ef40bd (patch) | |
tree | e7f7459996b9ea3815bc909e7f0a154ad1961a58 /src/screens/Search/modules/ExploreSuggestedAccounts.tsx | |
parent | a0ff9b52aad3349b24118a0222e0f3d78e695887 (diff) | |
download | voidsky-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.tsx | 2 |
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} |