Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/ [UEPR-113] Removed info box and added a new line #9060

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/components/registration/phone-number-step.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 6 additions & 0 deletions src/components/registration/steps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,12 @@ const TeacherApprovalStep = props => (
<p>
<FormattedMessage
id="registration.waitForApprovalDescription"
/>
</p>
<br />
<p>
<FormattedMessage
id="registration.confirmationEmailNotReceived"
values={{b: Link}}
/>
</p>
Expand Down
3 changes: 2 additions & 1 deletion src/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}.",
Expand Down
Loading