From d507fa9f384527a02aad646d8e0b49df819937a0 Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Fri, 22 Mar 2024 17:18:00 +0000
Subject: 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
---
src/screens/Signup/StepInfo/Policies.tsx | 2 +-
src/screens/Signup/index.tsx | 18 ++++++++++++------
2 files changed, 13 insertions(+), 7 deletions(-)
(limited to 'src')
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 ? (
- You must be 13 years of age or older to sign up.
+ You must be 13 years of age or older to sign up.
) : needsGuardian ? (
diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx
index 4211194c7..a085fe44c 100644
--- a/src/screens/Signup/index.tsx
+++ b/src/screens/Signup/index.tsx
@@ -170,34 +170,40 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
{state.activeStep !== SignupStep.CAPTCHA && (
<>
{isError ? (
) : (
)}
>
--
cgit 1.4.1