From 2f87d0c8cbdfe1b2008d3819845d2abac1a606ac Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Mon, 28 Jan 2019 22:14:08 -0600
Subject: [PATCH] Error on top to match login

---
 src/components/structures/auth/Registration.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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({
                 <AuthHeader />
                 <AuthBody>
                     <h2>{ _t('Create your account') }</h2>
+                    { errorText }
                     { registerBody }
                     { signIn }
-                    { errorText }
                 </AuthBody>
             </AuthPage>
         );