Mark under13 and Next and Back buttons in signup for localisation (#3341)
* Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again
This commit is contained in:
@@ -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]}>
|
||||
|
||||
Reference in New Issue
Block a user