summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-29 20:38:02 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-29 20:38:02 +0500
commitfce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc (patch)
tree4ea6caf1e890703b4bb4e727ebce0099dfc88327 /web/react/components/login.jsx
parent86f774e1b07cda8b451bf5fa23b6de2a1d78dfea (diff)
parent0792eb18d535410b456f3cc569e243efb85a47b6 (diff)
downloadchat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.tar.gz
chat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.tar.bz2
chat-fce4ad42cbbcd890c9bc8d5fc4963eec7b4867dc.zip
Merge branch 'master' of https://github.com/mattermost/platform
Diffstat (limited to 'web/react/components/login.jsx')
-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),