beautify UserSettings error msg
fix up default dialog cancel button
This commit is contained in:
parent
2786fb0f46
commit
b7d5d2fd56
2 changed files with 4 additions and 5 deletions
|
@ -208,7 +208,7 @@ module.exports = React.createClass({
|
|||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Can't load user settings",
|
||||
description: error.toString()
|
||||
description: "Server may be unavailable or overloaded",
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue