mirror of https://github.com/vector-im/riot-web
beautiful error on roomdirectory fail
parent
e5b3ec83b3
commit
611bb3a857
|
@ -162,7 +162,7 @@ module.exports = React.createClass({
|
|||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Failed to get public room list",
|
||||
description: err.message
|
||||
description: "The server may be unavailable or overloaded",
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue