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;
|
let errorText;
|
||||||
const err = this.state.errorText || this.props.defaultServerDiscoveryError;
|
const err = this.state.errorText || this.props.defaultServerDiscoveryError;
|
||||||
const header = <h2>{ _t('Create an account') }</h2>;
|
|
||||||
if (err) {
|
if (err) {
|
||||||
errorText = <div className="mx_Login_error">{ err }</div>;
|
errorText = <div className="mx_Login_error">{ err }</div>;
|
||||||
}
|
}
|
||||||
|
@ -480,7 +479,7 @@ module.exports = React.createClass({
|
||||||
null}
|
null}
|
||||||
/>
|
/>
|
||||||
<AuthBody>
|
<AuthBody>
|
||||||
{ header }
|
<h2>{ _t('Create your account') }</h2>
|
||||||
{ registerBody }
|
{ registerBody }
|
||||||
{ signIn }
|
{ signIn }
|
||||||
{ errorText }
|
{ errorText }
|
||||||
|
|
|
@ -1350,7 +1350,7 @@
|
||||||
"A phone number is required to register on this homeserver.": "A phone number is required to register on this homeserver.",
|
"A phone number is required to register on this homeserver.": "A phone number is required to register on this homeserver.",
|
||||||
"You need to enter a user name.": "You need to enter a user name.",
|
"You need to enter a user name.": "You need to enter a user name.",
|
||||||
"An unknown error occurred.": "An unknown error occurred.",
|
"An unknown error occurred.": "An unknown error occurred.",
|
||||||
"Create an account": "Create an account",
|
"Create your account": "Create your account",
|
||||||
"Commands": "Commands",
|
"Commands": "Commands",
|
||||||
"Results from DuckDuckGo": "Results from DuckDuckGo",
|
"Results from DuckDuckGo": "Results from DuckDuckGo",
|
||||||
"Emoji": "Emoji",
|
"Emoji": "Emoji",
|
||||||
|
|
Loading…
Reference in a new issue