diff options
author | Eric Bailey <git@esb.lol> | 2024-01-31 11:56:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 09:56:44 -0800 |
commit | 174900596fb7a8690e57867193a7b893052b9af4 (patch) | |
tree | d2f0e5bffd8ac80e7f96142dd95c32847fa38c6e /src/screens/Onboarding/StepModeration/index.tsx | |
parent | 68d4cd1046dea54b3ced5664298a0af329d08971 (diff) | |
download | voidsky-174900596fb7a8690e57867193a7b893052b9af4.tar.zst |
Copy edits (#2710)
Diffstat (limited to 'src/screens/Onboarding/StepModeration/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepModeration/index.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
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> |