Merge pull request #93 from rgarmsen2295/mm-1317
MM-1317 Fixed typo in team domain look-up page
Этот коммит содержится в:
@@ -37,7 +37,7 @@ var FindTeamDomain = React.createClass({
|
|||||||
window.location.href = window.location.protocol + "//" + domain + "." + utils.getDomainWithOutSub();
|
window.location.href = window.location.protocol + "//" + domain + "." + utils.getDomainWithOutSub();
|
||||||
}
|
}
|
||||||
else {
|
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);
|
this.setState(this.state);
|
||||||
}
|
}
|
||||||
}.bind(this),
|
}.bind(this),
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user