Skip to content

Commit

Permalink
Merge pull request #9060 from Bogomil-Stoyanov/fix/uepr-113-fix-copy
Browse files Browse the repository at this point in the history
fix/ [UEPR-113] Removed info box and added  a new line
  • Loading branch information
KManolov3 authored Dec 19, 2024
2 parents b5c6997 + af86d7b commit 27de285
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

0 comments on commit 27de285

Please sign in to comment.