Error on top to match login

pull/21833/head
J. Ryan Stinnett 2019-01-28 22:14:08 -06:00
parent 88fd2e79cd
commit 2f87d0c8cb
1 changed files with 1 additions and 1 deletions

View File

@ -377,9 +377,9 @@ module.exports = React.createClass({
<AuthHeader />
<AuthBody>
<h2>{ _t('Create your account') }</h2>
{ errorText }
{ registerBody }
{ signIn }
{ errorText }
</AuthBody>
</AuthPage>
);