Suggest wording tweak in StepAlgoFeeds/index.tsx (#2653)
* Suggest wording tweak in StepAlgoFeeds/index.tsx * Update src/screens/Onboarding/StepAlgoFeeds/index.tsx --------- Co-authored-by: Eric Bailey <git@esb.lol>zio/stable
parent
8a40916cd4
commit
20b2f1475c
|
@ -119,7 +119,7 @@ export function StepAlgoFeeds() {
|
||||||
<FeedCard config={PRIMARY_FEEDS[0]} />
|
<FeedCard config={PRIMARY_FEEDS[0]} />
|
||||||
<Text
|
<Text
|
||||||
style={[a.text_md, a.pt_4xl, a.pb_lg, t.atoms.text_contrast_700]}>
|
style={[a.text_md, a.pt_4xl, a.pb_lg, t.atoms.text_contrast_700]}>
|
||||||
<Trans>Or you can try our "Discover" algorithm:</Trans>
|
<Trans>You can also try our "Discover" algorithm:</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<FeedCard config={PRIMARY_FEEDS[1]} />
|
<FeedCard config={PRIMARY_FEEDS[1]} />
|
||||||
</Toggle.Group>
|
</Toggle.Group>
|
||||||
|
|
Loading…
Reference in New Issue