Merge pull request #108 from rgarmsen2295/mm-1309

MM-1309 Fixed grammmatical issue in error message
Этот коммит содержится в:
Christopher Speller
2015-06-30 14:03:23 -04:00
родитель a00b4e00ad c1d1386122
Коммит aa023c8b08

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

@@ -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;
}