diff --git a/src/components/registration/steps.jsx b/src/components/registration/steps.jsx
index 2807cb19b..9e48545b4 100644
--- a/src/components/registration/steps.jsx
+++ b/src/components/registration/steps.jsx
@@ -535,7 +535,7 @@ module.exports = {
             return options;
         },
         onChooseOrganization: function (name, values) {
-            this.setState({otherDisabled: values.indexOf(this.organizationL10nStems.indexOf('orgChoiceOther')) === -1});
+            this.setState({otherDisabled: values.indexOf(this.organizationL10nStems.length) === -1});
         },
         render: function () {
             var formatMessage = this.props.intl.formatMessage;