mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Use generic error message
This commit is contained in:
parent
c0c662aeaf
commit
de83e578e7
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ module.exports = React.createClass({
|
|||
console.error(this.state.scalar_error);
|
||||
integrationsError = (
|
||||
<span className="mx_RoomSettings_integrationsButton_errorPopup">
|
||||
{ this.state.scalar_error.message }
|
||||
Could not connect to the integration server
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue