1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

beautify search fail error

This commit is contained in:
Matthew Hodgson
2017-03-12 22:24:16 +00:00
parent e5a5b5cd08
commit 71e0780eee

View File

@ -1018,7 +1018,7 @@ module.exports = React.createClass({
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
Modal.createDialog(ErrorDialog, {
title: "Search failed",
description: error.toString()
description: "Server may be unavailable, overloaded, or search timed out :("
});
}).finally(function() {
self.setState({