beautiful error on roomdirectory fail

pull/3424/head
Matthew Hodgson 2017-03-12 20:04:02 +00:00
parent e5b3ec83b3
commit 611bb3a857
1 changed files with 1 additions and 1 deletions

View File

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