text change

pull/1/head
David Baker 2015-07-16 15:16:04 +01:00
parent dac94d2293
commit 1677a3bf3a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ module.exports = React.createClass({
<h1>Create an account</h1>
{this.componentForStep(this.state.step)}
<div className="error">{this.state.errorText}</div>
<a onClick={this.showLogin} href="#">Sign in with existing account</a>
<a onClick={this.showLogin} href="#">I already have an account</a>
</div>
);
}