Fixed grammmatical issue in error message

Этот коммит содержится в:
Reed Garmsen
2015-06-30 07:46:43 -07:00
родитель ae21685e35
Коммит c1d1386122

Просмотреть файл

@@ -337,7 +337,7 @@ EmailItem = React.createClass({
return false;
}
else if (email === teamEmail) {
this.state.email_error = "Please use an a different email than the one used at signup";
this.state.email_error = "Please use a different email than the one used at signup";
this.setState(this.state);
return false;
}