mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-21 04:52:30 -05:00
UEPR-113 small text adjustment
This commit is contained in:
parent
f2da89802b
commit
8cb03cf5f4
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
"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.reviewProcess": "The review process may take up to 24 hours.",
|
||||||
"teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from <br></br> <b>no-reply@scratch.mit.edu</b> to verify your email address. ",
|
"teacherRegistration.confirmYourEmailDescription": "Please check your inbox for a confirmation email from <br></br> <b>no-reply@scratch.mit.edu</b> to verify your email address. ",
|
||||||
"teacherRegistration.confirmationEmail": "Click the link in the confirmation email sent to:",
|
"teacherRegistration.confirmationEmail": "Click the link in the confirmation email sent to: ",
|
||||||
"teacherRegistration.validationEmailMatch": "The emails do not match",
|
"teacherRegistration.validationEmailMatch": "The emails do not match",
|
||||||
"teacherRegistration.validationAge": "Sorry, teachers must be at least 16 years old"
|
"teacherRegistration.validationAge": "Sorry, teachers must be at least 16 years old"
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,7 +106,7 @@ class TeacherRegistration extends React.Component {
|
||||||
<Steps.RegistrationError>
|
<Steps.RegistrationError>
|
||||||
{this.state.registrationError}
|
{this.state.registrationError}
|
||||||
</Steps.RegistrationError> :
|
</Steps.RegistrationError> :
|
||||||
<Progression step={3}>
|
<Progression step={this.state.step}>
|
||||||
<Steps.UsernameStep
|
<Steps.UsernameStep
|
||||||
waiting={this.state.waiting}
|
waiting={this.state.waiting}
|
||||||
onNextStep={this.handleAdvanceStep}
|
onNextStep={this.handleAdvanceStep}
|
||||||
|
|
Loading…
Reference in a new issue