Fix label in register screen

pull/1/head
David Baker 2015-07-19 10:56:12 +01:00
parent 85748c09cf
commit 5aa913f201
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ module.exports = React.createClass({
<input className="mx_Login_field" type="password" ref="confirmPassword" placeholder="Confirm password" defaultValue={this.savedParams.confirmPassword} /><br />
<input className="mx_Login_checkbox" id="advanced" type="checkbox" value={this.state.serverConfigVisible} onChange={this.onServerConfigVisibleChange} />
<label for="advanced">Use custom server options (advanced)</label>
<label htmlFor="advanced">Use custom server options (advanced)</label>
<div style={serverConfigStyle}>
<ServerConfig ref="serverConfig"
defaultHsUrl={this.customHsUrl} defaultIsUrl={this.customIsUrl}