From af86d7bba66199017cc94db4c84aeb8ff68d1b1c Mon Sep 17 00:00:00 2001 From: Bogomil-Stoyanov Date: Thu, 19 Dec 2024 15:13:26 +0200 Subject: [PATCH] UEPR 113 removed info box and added new line --- src/components/registration/phone-number-step.jsx | 3 --- src/components/registration/steps.jsx | 6 ++++++ src/l10n.json | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/registration/phone-number-step.jsx b/src/components/registration/phone-number-step.jsx index 03bd5ea6b..7390a21aa 100644 --- a/src/components/registration/phone-number-step.jsx +++ b/src/components/registration/phone-number-step.jsx @@ -75,9 +75,6 @@ class PhoneNumberStep extends React.Component { this.props.intl.formatMessage({id: 'teacherRegistration.phoneConsent'}) } /> -
- -
} waiting={this.props.waiting} diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx index 9bafc119d..469cd8593 100644 --- a/src/components/registration/steps.jsx +++ b/src/components/registration/steps.jsx @@ -1337,6 +1337,12 @@ const TeacherApprovalStep = props => (

+

+
+

+

diff --git a/src/l10n.json b/src/l10n.json index 7d645b8a6..d2dd954dc 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -261,7 +261,8 @@ "registration.validationUsernameSpaces": "Usernames can't have spaces", "registration.validationEmailInvalid": "Email doesn’t look right. Try another?", "registration.waitForApproval": "Wait for Approval", - "registration.waitForApprovalDescription": "You can log into your Scratch Account now, but the features specific to Teachers are not yet available. Your information is being reviewed. Please be patient, the approval process can take up to one day. You will receive an email indicating your account has been upgraded once your account has been approved. If you have not received a confirmation email within 24 hours, please reach out to the Scratch Team at https://scratch.mit.edu/contact-us/.", + "registration.waitForApprovalDescription": "You can log into your Scratch Account now, but the features specific to Teachers are not yet available. Your information is being reviewed. Please be patient, the approval process can take up to one day. You will receive an email indicating your account has been upgraded once your account has been approved.", + "registration.confirmationEmailNotReceived": "If you have not received a confirmation email within 24 hours, please reach out to the Scratch Team at https://scratch.mit.edu/contact-us/.", "registration.welcomeStepDescription": "You have successfully set up a Scratch account! You are now a member of the class:", "registration.welcomeStepDescriptionNonEducator": "You’re now logged in! You can start exploring and creating projects.", "registration.welcomeStepInstructions": "Want to share and comment? Click the link on the email we sent to {email}.",