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 redundantzio/stable
parent
20b2f1475c
commit
4f28028569
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue