diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-01-27 20:14:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 14:14:21 -0600 |
commit | 20b2f1475ca4e2e9c660fb4fb472fe4fd6fb687b (patch) | |
tree | bb2ae73c76cb916eb79c890212865365859ca9e9 | |
parent | 8a40916cd4b0c3e32d3515dd41c55e55695ef2e2 (diff) | |
download | voidsky-20b2f1475ca4e2e9c660fb4fb472fe4fd6fb687b.tar.zst |
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>
-rw-r--r-- | src/screens/Onboarding/StepAlgoFeeds/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/StepAlgoFeeds/index.tsx b/src/screens/Onboarding/StepAlgoFeeds/index.tsx index 4920c5ad7..d576026e1 100644 --- a/src/screens/Onboarding/StepAlgoFeeds/index.tsx +++ b/src/screens/Onboarding/StepAlgoFeeds/index.tsx @@ -119,7 +119,7 @@ export function StepAlgoFeeds() { <FeedCard config={PRIMARY_FEEDS[0]} /> <Text 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> <FeedCard config={PRIMARY_FEEDS[1]} /> </Toggle.Group> |