Update registration header text
This commit is contained in:
parent
f069833ad9
commit
8241f09b12
2 changed files with 2 additions and 3 deletions
|
@ -457,7 +457,6 @@ module.exports = React.createClass({
|
|||
|
||||
let errorText;
|
||||
const err = this.state.errorText || this.props.defaultServerDiscoveryError;
|
||||
const header = <h2>{ _t('Create an account') }</h2>;
|
||||
if (err) {
|
||||
errorText = <div className="mx_Login_error">{ err }</div>;
|
||||
}
|
||||
|
@ -480,7 +479,7 @@ module.exports = React.createClass({
|
|||
null}
|
||||
/>
|
||||
<AuthBody>
|
||||
{ header }
|
||||
<h2>{ _t('Create your account') }</h2>
|
||||
{ registerBody }
|
||||
{ signIn }
|
||||
{ errorText }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue