feat(feed): update suggested profiles link text

This commit is contained in:
Caidan Williams
2025-07-28 16:55:27 -07:00
parent 4c8d5db6a6
commit 22db8ed639
+4 -2
View File
@@ -376,8 +376,10 @@ export function ProfileGrid({
<Trans>Suggested for you</Trans> <Trans>Suggested for you</Trans>
)} )}
</Text> </Text>
<InlineLinkText label={_(msg`See all suggested profiles`)} to="/search"> <InlineLinkText
<Trans>See all</Trans> label={_(msg`See more suggested profiles on the Explore page`)}
to="/search">
<Trans>See more</Trans>
</InlineLinkText> </InlineLinkText>
</View> </View>