summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-29 07:43:19 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-29 07:43:19 -0400
commitafb62bb40a012a7e00707f384020e1431abca1ed (patch)
treea87e1f3be3e1c45070ccfa69bf122ea2fbd86afd /web/react/components
parentbcc48ae21044203df8d33af5828adde73e4f281f (diff)
parente621950364c93365fad4dbbbb6e94360d2fce809 (diff)
downloadchat-afb62bb40a012a7e00707f384020e1431abca1ed.tar.gz
chat-afb62bb40a012a7e00707f384020e1431abca1ed.tar.bz2
chat-afb62bb40a012a7e00707f384020e1431abca1ed.zip
Merge pull request #93 from rgarmsen2295/mm-1317
MM-1317 Fixed typo in team domain look-up page
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 85df5f797..3b6f96c2d 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -37,7 +37,7 @@ var FindTeamDomain = React.createClass({
window.location.href = window.location.protocol + "//" + domain + "." + utils.getDomainWithOutSub();
}
else {
- this.state.server_error = "We couldn't find your " + strings.TeamPlural + ".";
+ this.state.server_error = "We couldn't find your " + strings.Team + ".";
this.setState(this.state);
}
}.bind(this),