mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-02-06 20:14:29 +00:00
Fixed spelling error
This commit is contained in:
parent
dca4a2a499
commit
2fc6ede86b
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,4 +117,4 @@ module.exports = GenerateAccountModalButton = React.createClass({
|
|||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user