From ca0985571edb59b60a45e6ddec2db0c2047dadcc Mon Sep 17 00:00:00 2001
From: Matthew Taylor
Date: Tue, 31 Jan 2017 11:38:50 -0500
Subject: [PATCH] Revert "Merge pull request #1149 from
mewtaylor/issue/r2-4092"
This reverts commit 8e82398255ff4f65af6bea0754bed33f5dedda12, reversing
changes made to e1a0e9fece273619b03152d03c4940a66837e55a.
---
src/components/registration/steps.jsx | 44 +++++++------------
src/l10n.json | 1 -
.../teacherregistration.jsx | 1 -
3 files changed, 16 insertions(+), 30 deletions(-)
diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx
index 74c7089b8..433c2f043 100644
--- a/src/components/registration/steps.jsx
+++ b/src/components/registration/steps.jsx
@@ -872,35 +872,23 @@ module.exports = {
diff --git a/src/l10n.json b/src/l10n.json
index a34a2b5f4..1d264ffc3 100644
--- a/src/l10n.json
+++ b/src/l10n.json
@@ -125,7 +125,6 @@
"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 d468085ae..46cc34c7c 100644
--- a/src/views/teacherregistration/teacherregistration.jsx
+++ b/src/views/teacherregistration/teacherregistration.jsx
@@ -50,7 +50,6 @@ 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,