Merge pull request #93 from rgarmsen2295/mm-1317

MM-1317 Fixed typo in team domain look-up page
This commit is contained in:
Joram Wilander
2015-06-29 07:43:19 -04:00

View File

@@ -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),