diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-30 09:18:47 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-30 09:18:47 -0800 |
commit | e13777c191e10b7086798fab3c4bec10ad51f2ef (patch) | |
tree | c393b606bbfd7e8650854364f54e29a7a72e6e66 /src/screens/Onboarding/StepSuggestedAccounts/index.tsx | |
parent | ae4ce4bb87a5bbe5b238a19829d137953282aed5 (diff) | |
parent | 640ce5e47b6712b93d899fd0a71c008423c77af8 (diff) | |
download | voidsky-e13777c191e10b7086798fab3c4bec10ad51f2ef.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
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> |