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
zio/stable
surfdude29 2024-01-27 20:15:48 +00:00 committed by GitHub
parent 20b2f1475c
commit 4f28028569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -129,13 +129,13 @@ export function StepSuggestedAccounts() {
<IconCircle icon={At} style={[a.mb_2xl]} /> <IconCircle icon={At} style={[a.mb_2xl]} />
<Title> <Title>
<Trans>Here are some accounts for your to follow</Trans> <Trans>Here are some accounts for you to follow</Trans>
</Title> </Title>
<Description> <Description>
{state.interestsStepResults.selectedInterests.length ? ( {state.interestsStepResults.selectedInterests.length ? (
<Trans>Based on your interest in {interestsText}</Trans> <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> </Description>
@ -171,7 +171,7 @@ export function StepSuggestedAccounts() {
color="gradient_sky" color="gradient_sky"
size="large" size="large"
label={_( label={_(
msg`Follow selected accounts and continue to then next step`, msg`Follow selected accounts and continue to the next step`,
)} )}
onPress={handleContinue}> onPress={handleContinue}>
<ButtonText> <ButtonText>