You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Use generic error message
This commit is contained in:
@@ -681,7 +681,7 @@ module.exports = React.createClass({
|
|||||||
console.error(this.state.scalar_error);
|
console.error(this.state.scalar_error);
|
||||||
integrationsError = (
|
integrationsError = (
|
||||||
<span className="mx_RoomSettings_integrationsButton_errorPopup">
|
<span className="mx_RoomSettings_integrationsButton_errorPopup">
|
||||||
{ this.state.scalar_error.message }
|
Could not connect to the integration server
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user