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:
Kaloyan Manolov 2024-12-19 15:32:17 +02:00 committed by GitHub
commit 27de285985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -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}

View file

@ -1337,6 +1337,12 @@ const TeacherApprovalStep = props => (
<p>
<FormattedMessage
id="registration.waitForApprovalDescription"
/>
</p>
<br />
<p>
<FormattedMessage
id="registration.confirmationEmailNotReceived"
values={{b: Link}}
/>
</p>

View file

@ -261,7 +261,8 @@
"registration.validationUsernameSpaces": "Usernames can't have spaces",
"registration.validationEmailInvalid": "Email doesnt 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": "Youre 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}.",