diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-01-27 20:15:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 14:15:48 -0600 |
commit | 4f2802856986e648052d5c5f04c6fcf50e0a731e (patch) | |
tree | e6946f3afa85281a10cdaaa15dd28cfb55407649 /src | |
parent | 20b2f1475ca4e2e9c660fb4fb472fe4fd6fb687b (diff) | |
download | voidsky-4f2802856986e648052d5c5f04c6fcf50e0a731e.tar.zst |
Fix typos and suggested punctuation tweak in StepSuggestedAccounts/index.tsx (#2649)
* Fix typos in StepSuggestedAccounts/index.tsx * suggested wording tweak * on second thought, 'some' again is redundant
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Onboarding/StepSuggestedAccounts/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx index 723e53a98..d3831791c 100644 --- a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx +++ b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx @@ -129,13 +129,13 @@ export function StepSuggestedAccounts() { <IconCircle icon={At} style={[a.mb_2xl]} /> <Title> - <Trans>Here are some accounts for your to follow</Trans> + <Trans>Here are some accounts for you to follow</Trans> </Title> <Description> {state.interestsStepResults.selectedInterests.length ? ( <Trans>Based on your interest in {interestsText}</Trans> ) : ( - <Trans>These are popular accounts you might like.</Trans> + <Trans>These are popular accounts you might like:</Trans> )} </Description> @@ -171,7 +171,7 @@ export function StepSuggestedAccounts() { color="gradient_sky" size="large" label={_( - msg`Follow selected accounts and continue to then next step`, + msg`Follow selected accounts and continue to the next step`, )} onPress={handleContinue}> <ButtonText> |