diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx index 9e48545b4..cd17ae99d 100644 --- a/src/components/registration/steps.jsx +++ b/src/components/registration/steps.jsx @@ -877,23 +877,35 @@ module.exports = {

- - + + + - } /> + } + />
diff --git a/src/l10n.json b/src/l10n.json index e49fd781d..b0a45a38b 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -126,6 +126,7 @@ "registration.newPassword": "New Password", "registration.nextStep": "Next Step", "registration.notYou": "Not you? Log in as another user", + "registration.optIn": "Send me updates on using Scratch in educational settings", "registration.personalStepTitle": "Personal Information", "registration.personalStepDescription": "Your individual responses will not be displayed publicly, and will be kept confidential and secure", "registration.selectCountry": "select country", diff --git a/src/views/teacherregistration/teacherregistration.jsx b/src/views/teacherregistration/teacherregistration.jsx index 46cc34c7c..d468085ae 100644 --- a/src/views/teacherregistration/teacherregistration.jsx +++ b/src/views/teacherregistration/teacherregistration.jsx @@ -50,6 +50,7 @@ var TeacherRegistration = intl.injectIntl(React.createClass({ this.state.formData.user.gender ), country: this.state.formData.user.country, + subscribe: formData.subscribe, is_robot: this.state.formData.user.isRobot, first_name: this.state.formData.user.name.first, last_name: this.state.formData.user.name.last,