text fix - verification

text fix - verification
This commit is contained in:
Michael Chiang 2015-05-26 16:03:15 -07:00
parent 183de2dd71
commit e9ce513c23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ var Header = React.createClass({
let menu = new Menu();
if (!this.state.verified) {
menu.append(new MenuItem({ label: 'I\'ve verified my email address', click: this.handleVerifyClick}));
menu.append(new MenuItem({ label: 'I\'ve Verified My Email Address', click: this.handleVerifyClick}));
}
menu.append(new MenuItem({ label: 'Sign Out', click: this.handleLogoutClick}));

View File

@ -126,7 +126,7 @@ module.exports = React.createClass({
<div className="no-results">
<h2>Please verify your Docker Hub account email address</h2>
<div className="verify">
<button className="btn btn-primary btn-lg" onClick={this.handleCheckVerification}>{'I\'ve verified my email address'}</button> {spinner}
<button className="btn btn-primary btn-lg" onClick={this.handleCheckVerification}>{'I\'ve Verified My Email Address'}</button> {spinner}
</div>
<RetinaImage src="inspection.png" checkIfRetinaImgExists={false}/>
</div>