Use generic error message

This commit is contained in:
Luke Barnard 2016-11-08 11:18:44 +00:00
parent c0c662aeaf
commit de83e578e7

View file

@ -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>
);
}