mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
use info button in birthdate step, gender step
This commit is contained in:
parent
3f7681821e
commit
fa6913c346
3 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,7 @@ class BirthDateStep extends React.Component {
|
||||||
<JoinFlowStep
|
<JoinFlowStep
|
||||||
description={this.props.intl.formatMessage({id: 'registration.private'})}
|
description={this.props.intl.formatMessage({id: 'registration.private'})}
|
||||||
headerImgSrc="/images/hoc/getting-started.jpg"
|
headerImgSrc="/images/hoc/getting-started.jpg"
|
||||||
|
infoMessage={this.props.intl.formatMessage({id: 'registration.birthDateStepInfo'})}
|
||||||
title={this.props.intl.formatMessage({id: 'registration.birthDateStepTitle'})}
|
title={this.props.intl.formatMessage({id: 'registration.birthDateStepTitle'})}
|
||||||
waiting={isSubmitting}
|
waiting={isSubmitting}
|
||||||
onSubmit={handleSubmit}
|
onSubmit={handleSubmit}
|
||||||
|
|
|
@ -82,6 +82,7 @@ class GenderStep extends React.Component {
|
||||||
<JoinFlowStep
|
<JoinFlowStep
|
||||||
className="join-flow-gender-step"
|
className="join-flow-gender-step"
|
||||||
description={this.props.intl.formatMessage({id: 'registration.genderStepDescription'})}
|
description={this.props.intl.formatMessage({id: 'registration.genderStepDescription'})}
|
||||||
|
infoMessage={this.props.intl.formatMessage({id: 'registration.genderStepInfo'})}
|
||||||
title={this.props.intl.formatMessage({id: 'registration.genderStepTitle'})}
|
title={this.props.intl.formatMessage({id: 'registration.genderStepTitle'})}
|
||||||
waiting={isSubmitting}
|
waiting={isSubmitting}
|
||||||
onSubmit={handleSubmit}
|
onSubmit={handleSubmit}
|
||||||
|
|
|
@ -141,6 +141,7 @@
|
||||||
"parents.FaqResourcesQ": "What resources are available for learning Scratch?",
|
"parents.FaqResourcesQ": "What resources are available for learning Scratch?",
|
||||||
"parents.introDescription": "Scratch is a programming language and an online community where children can program and share interactive media such as stories, games, and animation with people from all over the world. As children create with Scratch, they learn to think creatively, work collaboratively, and reason systematically. Scratch is designed and maintained by the Lifelong Kindergarten group at the MIT Media Lab.",
|
"parents.introDescription": "Scratch is a programming language and an online community where children can program and share interactive media such as stories, games, and animation with people from all over the world. As children create with Scratch, they learn to think creatively, work collaboratively, and reason systematically. Scratch is designed and maintained by the Lifelong Kindergarten group at the MIT Media Lab.",
|
||||||
|
|
||||||
|
"registration.birthDateStepInfo": "This helps us understand the age range of people who use Scratch. We use this to confirm account ownership if you contact our team. This information will not be made public on your account.",
|
||||||
"registration.birthDateStepTitle": "When were you born?",
|
"registration.birthDateStepTitle": "When were you born?",
|
||||||
"registration.checkOutResources": "Get Started with Resources",
|
"registration.checkOutResources": "Get Started with Resources",
|
||||||
"registration.checkOutResourcesDescription": "Explore materials for educators and facilitators written by the Scratch Team, including <a href='/educators#resources'>tips, tutorials, and guides</a>.",
|
"registration.checkOutResourcesDescription": "Explore materials for educators and facilitators written by the Scratch Team, including <a href='/educators#resources'>tips, tutorials, and guides</a>.",
|
||||||
|
@ -156,6 +157,7 @@
|
||||||
"registration.createUsername": "Create a username",
|
"registration.createUsername": "Create a username",
|
||||||
"registration.genderStepTitle": "What's your gender?",
|
"registration.genderStepTitle": "What's your gender?",
|
||||||
"registration.genderStepDescription": "Scratch welcomes people of all genders. We will always keep this information private.",
|
"registration.genderStepDescription": "Scratch welcomes people of all genders. We will always keep this information private.",
|
||||||
|
"registration.genderStepInfo": "This helps us understand who uses Scratch, so that we can broaden participation. This information will not be made public on your account.",
|
||||||
"registration.genderOptionAnother": "Another gender:",
|
"registration.genderOptionAnother": "Another gender:",
|
||||||
"registration.genderOptionPreferNotToSay": "Prefer not to say",
|
"registration.genderOptionPreferNotToSay": "Prefer not to say",
|
||||||
"registration.emailStepTitle": "What's your email?",
|
"registration.emailStepTitle": "What's your email?",
|
||||||
|
|
Loading…
Reference in a new issue