mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-20 20:42:57 -05:00
UEPR 113 Removed new line
This commit is contained in:
parent
634c3b4b32
commit
476f2d3584
2 changed files with 3 additions and 4 deletions
|
@ -1294,7 +1294,6 @@ const BoldEmail = chunks => (<a
|
||||||
className="bold-link"
|
className="bold-link"
|
||||||
>{chunks}</a>);
|
>{chunks}</a>);
|
||||||
const Link = chunks => <a href={chunks}>{chunks}</a>;
|
const Link = chunks => <a href={chunks}>{chunks}</a>;
|
||||||
const NewLine = () => <br />;
|
|
||||||
/*
|
/*
|
||||||
* TEACHER APPROVAL STEP
|
* TEACHER APPROVAL STEP
|
||||||
*/
|
*/
|
||||||
|
@ -1313,14 +1312,14 @@ const TeacherApprovalStep = props => (
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="teacherRegistration.confirmYourEmailDescription"
|
id="teacherRegistration.confirmYourEmailDescription"
|
||||||
values={{a: BoldEmail, br: NewLine}}
|
values={{a: BoldEmail}}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="teacherRegistration.confirmYourEmailFirewall"
|
id="teacherRegistration.confirmYourEmailFirewall"
|
||||||
values={{a: BoldEmail, br: NewLine}}
|
values={{a: BoldEmail}}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
"teacherRegistration.emailStepDescription1": "We will send you an email from <a>no-reply@scratch.mit.edu</a> to verify your email address.",
|
"teacherRegistration.emailStepDescription1": "We will send you an email from <a>no-reply@scratch.mit.edu</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.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.reviewProcess": "The review process may take up to 24 hours.",
|
||||||
"teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from <br></br> <a>no-reply@scratch.mit.edu</a> to verify your email address before your account can be approved.",
|
"teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from <a>no-reply@scratch.mit.edu</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>no-reply@scratch.mit.edu</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.confirmYourEmailFirewall": "Many schools use email firewalls. To prevent delays in approving your account, please ask your school's IT department to whitelist <a>no-reply@scratch.mit.edu</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.confirmationEmail": "Click the link in the confirmation email sent to: ",
|
||||||
"teacherRegistration.validationEmailMatch": "The emails do not match",
|
"teacherRegistration.validationEmailMatch": "The emails do not match",
|
||||||
|
|
Loading…
Reference in a new issue