summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-30 14:03:23 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-30 14:03:23 -0400
commitaa023c8b08171d74b4e4d48a82927b0702a86a01 (patch)
tree8ef40b73522c7a199e4044f42dc7b3bd917fbb2c
parenta00b4e00adeacfbe59b523d46e566186631eab52 (diff)
parentc1d138612273d43024d8364d4910530e0a92ae16 (diff)
downloadchat-aa023c8b08171d74b4e4d48a82927b0702a86a01.tar.gz
chat-aa023c8b08171d74b4e4d48a82927b0702a86a01.tar.bz2
chat-aa023c8b08171d74b4e4d48a82927b0702a86a01.zip
Merge pull request #108 from rgarmsen2295/mm-1309
MM-1309 Fixed grammmatical issue in error message
-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;
}