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