Copy edits (#2710)

This commit is contained in:
Eric Bailey
2024-01-31 11:56:44 -06:00
committed by GitHub
parent 68d4cd1046
commit 174900596f
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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 well handle the rest.
</Trans>
</Description>