diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js index 3a63115a43..a78720dcfa 100644 --- a/src/components/structures/auth/Registration.js +++ b/src/components/structures/auth/Registration.js @@ -377,9 +377,9 @@ module.exports = React.createClass({

{ _t('Create your account') }

+ { errorText } { registerBody } { signIn } - { errorText }
);