)}
{children}
@@ -80,7 +75,6 @@ JoinFlowStep.propTypes = {
descriptionClassName: PropTypes.string,
footerContent: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
headerImgSrc: PropTypes.string,
- infoMessage: PropTypes.string,
innerClassName: PropTypes.string,
nextButton: PropTypes.node,
onSubmit: PropTypes.func,
diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss
index e4e71df6b..0b00b59cc 100644
--- a/src/components/join-flow/join-flow-steps.scss
+++ b/src/components/join-flow/join-flow-steps.scss
@@ -96,6 +96,13 @@
margin: 0 auto;
}
+.join-flow-privacy-message {
+ margin: 1rem auto;
+ font-size: .75rem;
+ font-weight: 500;
+ color: $type-gray-60percent;
+}
+
.join-flow-inner-username-step {
padding-top: 2.75rem;
}
@@ -132,6 +139,10 @@
margin-left: -.5rem;
}
+.join-flow-email-privacy {
+ margin-top: 0;
+}
+
.join-flow-registration-error {
padding-top: 5.5rem;
}
@@ -143,6 +154,10 @@
.join-flow-country-description {
margin-top: 1rem;
+.join-flow-gender-privacy {
+ margin-top: .5rem;
+}
+
}
.gender-radio-row {
diff --git a/src/l10n.json b/src/l10n.json
index a88926612..a09efcb19 100644
--- a/src/l10n.json
+++ b/src/l10n.json
@@ -165,12 +165,11 @@
"registration.createAccount": "Create Your Account",
"registration.createUsername": "Create a username",
"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.",
"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.genderOptionPreferNotToSay": "Prefer not to say",
"registration.emailStepTitle": "What's your email?",
- "registration.emailStepDescription": "We need this to finish creating your account. Scratch will always keep this information private.",
"registration.goToClass": "Go to Class",
"registration.invitedBy": "invited by",
"registration.lastStepTitle": "Thank you for requesting a Scratch Teacher Account",
@@ -185,7 +184,7 @@
"registration.passwordAdviceShort": "Write it down so you remember. Don’t share it with others!",
"registration.personalStepTitle": "Personal Information",
"registration.personalStepDescription": "Your individual responses will not be displayed publicly, and will be kept confidential and secure",
- "registration.private": "Scratch will always keep this information private.",
+ "registration.private": "We will keep this information private.",
"registration.receiveEmails": "I'd like to receive emails from the Scratch Team about project ideas, events, and more.",
"registration.selectCountry": "select country",
"registration.studentPersonalStepDescription": "This information will not appear on the Scratch website.",
diff --git a/static/svgs/info-button/info-button.svg b/static/svgs/info-button/info-button.svg
index 829bc9442..76edc37d8 100644
--- a/static/svgs/info-button/info-button.svg
+++ b/static/svgs/info-button/info-button.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file