mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +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 {
|
||||
// TODO: translate
|
||||
throw 'Decryption failed, canceled or not possible';
|
||||
throw Error('Decryption failed, canceled or not possible');
|
||||
}
|
||||
})
|
||||
.catch(e => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue