Add more detail to error message
This commit is contained in:
parent
bc4a603672
commit
918d4490c7
2 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
} else if (e.httpStatus === 403 && e.errcode === "M_UNKNOWN") {
|
||||
this.setState({
|
||||
errorText: _t("Registration has been disabled"),
|
||||
errorText: _t("Registration has been disabled on this homeserver."),
|
||||
});
|
||||
} else {
|
||||
this.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue