Browse Source

Fixed spelling error

master
centaur1 8 years ago committed by GitHub
parent
commit
2fc6ede86b
  1. 2
      jsx/other/GenerateAccountModalButton.js

2
jsx/other/GenerateAccountModalButton.js

@ -79,7 +79,7 @@ module.exports = GenerateAccountModalButton = React.createClass({
) )
}else{ }else{
showAvailable = ( showAvailable = (
<p>{this.state.username + " is allready taken"}</p> <p>{this.state.username + " is already taken"}</p>
) )
} }

Loading…
Cancel
Save