diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-28 16:55:27 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | 22db8ed63978a7f96dae8c712603fd5a5359e3f2 (patch) | |
tree | 08d3ee80aad5c27c70cd75e61219d24b3dea0461 /src | |
parent | 4c8d5db6a65852da244a5adc2d8e833f19be306f (diff) | |
download | voidsky-22db8ed63978a7f96dae8c712603fd5a5359e3f2.tar.zst |
feat(feed): update suggested profiles link text
Diffstat (limited to 'src')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index e9e2ee2a2..d2d65eddc 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -376,8 +376,10 @@ export function ProfileGrid({ <Trans>Suggested for you</Trans> )} </Text> - <InlineLinkText label={_(msg`See all suggested profiles`)} to="/search"> - <Trans>See all</Trans> + <InlineLinkText + label={_(msg`See more suggested profiles on the Explore page`)} + to="/search"> + <Trans>See more</Trans> </InlineLinkText> </View> |