Skip to content

Commit

Permalink
UEPR 113 Removed new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogomil-Stoyanov committed Dec 18, 2024
1 parent 634c3b4 commit 476f2d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/components/registration/steps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@ const BoldEmail = chunks => (<a
className="bold-link"
>{chunks}</a>);
const Link = chunks => <a href={chunks}>{chunks}</a>;
const NewLine = () => <br />;
/*
* TEACHER APPROVAL STEP
*/
Expand All @@ -1313,14 +1312,14 @@ const TeacherApprovalStep = props => (
<p>
<FormattedMessage
id="teacherRegistration.confirmYourEmailDescription"
values={{a: BoldEmail, br: NewLine}}
values={{a: BoldEmail}}
/>
</p>
<br />
<p>
<FormattedMessage
id="teacherRegistration.confirmYourEmailFirewall"
values={{a: BoldEmail, br: NewLine}}
values={{a: BoldEmail}}
/>
</p>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/views/teacherregistration/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"teacherRegistration.emailStepDescription1": "We will send you an email from <a>[email protected]</a> 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 <br></br> <a>[email protected]</a> to verify your email address before your account can be approved.",
"teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from <a>[email protected]</a> 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 <a>[email protected]</a>. 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",
Expand Down

0 comments on commit 476f2d3

Please sign in to comment.