Define a title for generic error
This commit is contained in:
parent
4fd48988e9
commit
389abed574
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ export default React.createClass({
|
|||
modal.close();
|
||||
console.error("Failed to leave room " + roomId + " " + err);
|
||||
Modal.createTrackedDialog('Failed to leave room', '', ErrorDialog, {
|
||||
title: title,
|
||||
title: _t("Failed to leave room"),
|
||||
description: _t("Unknown error"),
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue