about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-28 16:55:27 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commit22db8ed63978a7f96dae8c712603fd5a5359e3f2 (patch)
tree08d3ee80aad5c27c70cd75e61219d24b3dea0461
parent4c8d5db6a65852da244a5adc2d8e833f19be306f (diff)
downloadvoidsky-22db8ed63978a7f96dae8c712603fd5a5359e3f2.tar.zst
feat(feed): update suggested profiles link text
-rw-r--r--src/components/FeedInterstitials.tsx6
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>