diff options
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> |