Missed OKs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user