mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-20 12:32:47 -05:00
Merge pull request #9060 from Bogomil-Stoyanov/fix/uepr-113-fix-copy
fix/ [UEPR-113] Removed info box and added a new line
This commit is contained in:
commit
27de285985
3 changed files with 8 additions and 4 deletions
|
@ -75,9 +75,6 @@ class PhoneNumberStep extends React.Component {
|
|||
this.props.intl.formatMessage({id: 'teacherRegistration.phoneConsent'})
|
||||
}
|
||||
/>
|
||||
<div className="info-box">
|
||||
<intl.FormattedMessage id="teacherRegistration.phoneSecurityNotice" />
|
||||
</div>
|
||||
<NextStepButton
|
||||
text={<intl.FormattedMessage id="registration.nextStep" />}
|
||||
waiting={this.props.waiting}
|
||||
|
|
|
@ -1337,6 +1337,12 @@ const TeacherApprovalStep = props => (
|
|||
<p>
|
||||
<FormattedMessage
|
||||
id="registration.waitForApprovalDescription"
|
||||
/>
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="registration.confirmationEmailNotReceived"
|
||||
values={{b: Link}}
|
||||
/>
|
||||
</p>
|
||||
|
|
|
@ -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 <b>https://scratch.mit.edu/contact-us/</b>.",
|
||||
"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 <b>https://scratch.mit.edu/contact-us/</b>.",
|
||||
"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}.",
|
||||
|
|
Loading…
Reference in a new issue