Copy edits (#2710)
parent
68d4cd1046
commit
174900596f
|
@ -116,7 +116,7 @@ export function StepFinished() {
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}>
|
style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}>
|
||||||
<Trans>Never lose access to your followers and data.</Trans>
|
<Trans>Never lose access to your followers or data.</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
|
@ -43,12 +43,11 @@ export function StepModeration() {
|
||||||
<IconCircle icon={EyeSlash} style={[a.mb_2xl]} />
|
<IconCircle icon={EyeSlash} style={[a.mb_2xl]} />
|
||||||
|
|
||||||
<Title>
|
<Title>
|
||||||
<Trans>You are in control</Trans>
|
<Trans>You're in control</Trans>
|
||||||
</Title>
|
</Title>
|
||||||
<Description style={[a.mb_xl]}>
|
<Description style={[a.mb_xl]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Select the types of content that you want to see (or not see), and
|
Select what you want to see (or not see), and we’ll handle the rest.
|
||||||
we'll handle the rest.
|
|
||||||
</Trans>
|
</Trans>
|
||||||
</Description>
|
</Description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue