From 4f2802856986e648052d5c5f04c6fcf50e0a731e Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:15:48 +0000 Subject: [PATCH] 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 --- src/screens/Onboarding/StepSuggestedAccounts/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx index 723e53a9..d3831791 100644 --- a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx +++ b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx @@ -129,13 +129,13 @@ export function StepSuggestedAccounts() { - <Trans>Here are some accounts for your to follow</Trans> + <Trans>Here are some accounts for you to follow</Trans> {state.interestsStepResults.selectedInterests.length ? ( Based on your interest in {interestsText} ) : ( - These are popular accounts you might like. + These are popular accounts you might like: )} @@ -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}>