summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-30 07:46:43 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-30 07:46:43 -0700
commitc1d138612273d43024d8364d4910530e0a92ae16 (patch)
tree378a8c110045c13d26cff70421eaca521cc4f9dc /web/react/components/signup_team_complete.jsx
parentae21685e357416dab708e304fd8d9c005b11278d (diff)
downloadchat-c1d138612273d43024d8364d4910530e0a92ae16.tar.gz
chat-c1d138612273d43024d8364d4910530e0a92ae16.tar.bz2
chat-c1d138612273d43024d8364d4910530e0a92ae16.zip
Fixed grammmatical issue in error message
Diffstat (limited to 'web/react/components/signup_team_complete.jsx')
-rw-r--r--web/react/components/signup_team_complete.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index 30fe92af5..709bd6c99 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -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;
}