mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-20 20:42:57 -05:00
UEPR 113 PR changes
This commit is contained in:
parent
ab3e84d868
commit
634c3b4b32
4 changed files with 9 additions and 11 deletions
|
@ -176,7 +176,7 @@ class UsernameStep extends React.Component {
|
|||
<FormattedMessage id="registration.usernameStepTitle" />
|
||||
)}
|
||||
</h2>
|
||||
<p className="wide-description description">
|
||||
<p className="description wide">
|
||||
{this.props.description ? (
|
||||
this.props.description
|
||||
) : (
|
||||
|
@ -1200,13 +1200,13 @@ class EmailStep extends React.Component {
|
|||
<h2>
|
||||
<FormattedMessage id="teacherRegistration.emailStepTitle" />
|
||||
</h2>
|
||||
<p className="description description-wide">
|
||||
<p className="description wide">
|
||||
<FormattedMessage
|
||||
id="teacherRegistration.emailStepDescription1"
|
||||
values={{a: Email}}
|
||||
/>
|
||||
</p>
|
||||
<p className="description description-wide">
|
||||
<p className="description wide">
|
||||
<FormattedMessage id="teacherRegistration.emailStepDescription2" />
|
||||
</p>
|
||||
<p className="description">
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
color: $ui-dark-gray;
|
||||
}
|
||||
|
||||
.wide-description {
|
||||
margin: 0 -3.2rem 2rem -3.2rem;
|
||||
.description.wide {
|
||||
margin: 0 -8rem 0 -8rem;
|
||||
}
|
||||
|
||||
.underline-link {
|
||||
|
@ -88,6 +88,9 @@
|
|||
top:auto;
|
||||
left:auto;
|
||||
}
|
||||
> .description.wide {
|
||||
margin: 0 -3.2rem 2rem -3.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.demographics-step {
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
> .description-wide {
|
||||
margin: 0 -8rem 0 -8rem;
|
||||
}
|
||||
|
||||
|
||||
.card {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"teacherRegistration.howUseScratch": "How do you plan to use Scratch at your organization?",
|
||||
"teacherRegistration.emailStepTitle": "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.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.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.",
|
||||
|
|
Loading…
Reference in a new issue