mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Missed OKs
This commit is contained in:
parent
443ab1add7
commit
6c41be3c14
2 changed files with 0 additions and 2 deletions
|
@ -141,7 +141,6 @@ const Notifier = {
|
|||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t('Unable to enable Notifications'),
|
||||
description,
|
||||
button: _t("OK"),
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -286,7 +286,6 @@ module.exports = React.createClass({
|
|||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Error"),
|
||||
description: _t("Error decrypting attachment"),
|
||||
button: _t("OK"),
|
||||
});
|
||||
}).finally(() => {
|
||||
decrypting = false;
|
||||
|
|
Loading…
Reference in a new issue