feat(feed): update suggested profiles link text
This commit is contained in:
committed by
Austin McKinley
parent
d6c41e5b33
commit
4ba7453aa8
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user