mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-20 20:42:57 -05:00
Changed copy, waiting
This commit is contained in:
parent
b1e0e55bc7
commit
a670631795
2 changed files with 6 additions and 3 deletions
|
@ -1315,7 +1315,10 @@ const TeacherApprovalStep = props => (
|
||||||
<Card className="wait">
|
<Card className="wait">
|
||||||
<h4><FormattedMessage id="registration.waitForApproval" /></h4>
|
<h4><FormattedMessage id="registration.waitForApproval" /></h4>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id="registration.waitForApprovalDescription" />
|
<FormattedMessage
|
||||||
|
id="registration.waitForApprovalDescription"
|
||||||
|
values={{b: BoldText}}
|
||||||
|
/>
|
||||||
</p>
|
</p>
|
||||||
</Card> : []
|
</Card> : []
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
"registration.showPassword": "Show password",
|
"registration.showPassword": "Show password",
|
||||||
"registration.troubleReload": "Scratch is having trouble finishing registration. Try reloading the page or try again in another browser.",
|
"registration.troubleReload": "Scratch is having trouble finishing registration. Try reloading the page or try again in another browser.",
|
||||||
"registration.tryAgainInstruction": "Click \"Try again\".",
|
"registration.tryAgainInstruction": "Click \"Try again\".",
|
||||||
"registration.usernameStepDescription": "Fill in the following forms to request an account. The approval process may take up to one day.",
|
"registration.usernameStepDescription": "Fill in the following forms to request an account. You will need to confirm you email. The approval process may take up to one day.",
|
||||||
"registration.usernameStepDescriptionNonEducator": "Create projects, share ideas, make friends. It’s free!",
|
"registration.usernameStepDescriptionNonEducator": "Create projects, share ideas, make friends. It’s free!",
|
||||||
"registration.usernameStepRealName": "Please do not use any portion of your real name in your username.",
|
"registration.usernameStepRealName": "Please do not use any portion of your real name in your username.",
|
||||||
"registration.usernameAdviceShort": "Don't use your real name",
|
"registration.usernameAdviceShort": "Don't use your real name",
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
"registration.validationUsernameSpaces": "Usernames can't have spaces",
|
"registration.validationUsernameSpaces": "Usernames can't have spaces",
|
||||||
"registration.validationEmailInvalid": "Email doesn’t look right. Try another?",
|
"registration.validationEmailInvalid": "Email doesn’t look right. Try another?",
|
||||||
"registration.waitForApproval": "Wait for Approval",
|
"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.",
|
"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.welcomeStepDescription": "You have successfully set up a Scratch account! You are now a member of the class:",
|
"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.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}.",
|
"registration.welcomeStepInstructions": "Want to share and comment? Click the link on the email we sent to {email}.",
|
||||||
|
|
Loading…
Reference in a new issue