diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx index 951e40209..9bafc119d 100644 --- a/src/components/registration/steps.jsx +++ b/src/components/registration/steps.jsx @@ -1294,7 +1294,6 @@ const BoldEmail = chunks => ({chunks}); const Link = chunks => {chunks}; -const NewLine = () =>
; /* * TEACHER APPROVAL STEP */ @@ -1313,14 +1312,14 @@ const TeacherApprovalStep = props => (



diff --git a/src/views/teacherregistration/l10n.json b/src/views/teacherregistration/l10n.json index a88fa8536..9c3f2cee2 100644 --- a/src/views/teacherregistration/l10n.json +++ b/src/views/teacherregistration/l10n.json @@ -40,7 +40,7 @@ "teacherRegistration.emailStepDescription1": "We will send you an email from no-reply@scratch.mit.edu to verify your email address.", "teacherRegistration.emailStepDescription2": "Once you confirm your email, we will proceed with reviewing your request for a Teacher Account.", "teacherRegistration.reviewProcess": "The review process may take up to 24 hours.", - "teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from

no-reply@scratch.mit.edu to verify your email address before your account can be approved.", + "teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from no-reply@scratch.mit.edu to verify your email address before your account can be approved.", "teacherRegistration.confirmYourEmailFirewall": "Many schools use email firewalls. To prevent delays in approving your account, please ask your school's IT department to whitelist no-reply@scratch.mit.edu. This will ensure that you can get automated emails from Scratch in the future, which you'll need for things like changing your or your students' passwords.", "teacherRegistration.confirmationEmail": "Click the link in the confirmation email sent to: ", "teacherRegistration.validationEmailMatch": "The emails do not match",