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