mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Fix decrypt error message
This commit is contained in:
parent
6e56808a0d
commit
df963e3537
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ export class MailMessageView extends AbstractViewRight {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// TODO: translate
|
// TODO: translate
|
||||||
throw 'Decryption failed, canceled or not possible';
|
throw Error('Decryption failed, canceled or not possible');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue