diff options
Diffstat (limited to 'src/screens/Signup/StepInfo/Policies.tsx')
-rw-r--r-- | src/screens/Signup/StepInfo/Policies.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/screens/Signup/StepInfo/Policies.tsx b/src/screens/Signup/StepInfo/Policies.tsx index 3cde95be7..81533c58e 100644 --- a/src/screens/Signup/StepInfo/Policies.tsx +++ b/src/screens/Signup/StepInfo/Policies.tsx @@ -103,7 +103,9 @@ export const Policies = ({ {under13 ? ( <Text style={[a.font_bold, a.leading_snug, t.atoms.text_contrast_high]}> - <Trans>You must be 13 years of age or older to sign up.</Trans> + <Trans> + You must be 13 years of age or older to create an account. + </Trans> </Text> ) : needsGuardian ? ( <Text style={[a.font_bold, a.leading_snug, t.atoms.text_contrast_high]}> |