You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Update registration header text
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user