mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #1048
This commit is contained in:
parent
564afd96f2
commit
28cd8245c4
39 changed files with 77 additions and 39 deletions
|
|
@ -1400,7 +1400,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
|
||||
let Text = this.oEditor.getData().trim();
|
||||
if (!Text.length) {
|
||||
throw 'Message body is empty';
|
||||
throw i18n('COMPOSE/ERROR_EMPTY_BODY');
|
||||
}
|
||||
if (isHtml) {
|
||||
let l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue