diff options
Diffstat (limited to 'src/screens/Onboarding/StepSuggestedAccounts/index.tsx')
-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> |