diff --git a/jsx/other/GenerateAccountModalButton.js b/jsx/other/GenerateAccountModalButton.js index c7ddb00..cfc6af8 100644 --- a/jsx/other/GenerateAccountModalButton.js +++ b/jsx/other/GenerateAccountModalButton.js @@ -79,7 +79,7 @@ module.exports = GenerateAccountModalButton = React.createClass({ ) }else{ showAvailable = ( -

{this.state.username + " is allready taken"}

+

{this.state.username + " is already taken"}

) } @@ -117,4 +117,4 @@ module.exports = GenerateAccountModalButton = React.createClass({ ); } -}); \ No newline at end of file +});