about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/Onboarding/StepFinished.tsx2
-rw-r--r--src/screens/Onboarding/StepModeration/index.tsx5
2 files changed, 3 insertions, 4 deletions
diff --git a/src/screens/Onboarding/StepFinished.tsx b/src/screens/Onboarding/StepFinished.tsx
index 02c45f590..af73c6fc1 100644
--- a/src/screens/Onboarding/StepFinished.tsx
+++ b/src/screens/Onboarding/StepFinished.tsx
@@ -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>
diff --git a/src/screens/Onboarding/StepModeration/index.tsx b/src/screens/Onboarding/StepModeration/index.tsx
index be605e407..18ac037c8 100644
--- a/src/screens/Onboarding/StepModeration/index.tsx
+++ b/src/screens/Onboarding/StepModeration/index.tsx
@@ -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>