Add more detail to error message
parent
bc4a603672
commit
918d4490c7
|
@ -166,7 +166,7 @@ module.exports = React.createClass({
|
||||||
});
|
});
|
||||||
} else if (e.httpStatus === 403 && e.errcode === "M_UNKNOWN") {
|
} else if (e.httpStatus === 403 && e.errcode === "M_UNKNOWN") {
|
||||||
this.setState({
|
this.setState({
|
||||||
errorText: _t("Registration has been disabled"),
|
errorText: _t("Registration has been disabled on this homeserver."),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
|
@ -1418,7 +1418,7 @@
|
||||||
"Failed to fetch avatar URL": "Failed to fetch avatar URL",
|
"Failed to fetch avatar URL": "Failed to fetch avatar URL",
|
||||||
"Set a display name:": "Set a display name:",
|
"Set a display name:": "Set a display name:",
|
||||||
"Upload an avatar:": "Upload an avatar:",
|
"Upload an avatar:": "Upload an avatar:",
|
||||||
"Registration has been disabled": "Registration has been disabled",
|
"Registration has been disabled on this homeserver.": "Registration has been disabled on this homeserver.",
|
||||||
"Unable to query for supported registration methods": "Unable to query for supported registration methods",
|
"Unable to query for supported registration methods": "Unable to query for supported registration methods",
|
||||||
"This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.",
|
"This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.",
|
||||||
"Missing password.": "Missing password.",
|
"Missing password.": "Missing password.",
|
||||||
|
|
Loading…
Reference in New Issue