This commit is contained in:
the-djmaze 2023-03-28 13:42:35 +02:00
parent 564afd96f2
commit 28cd8245c4
39 changed files with 77 additions and 39 deletions

View file

@ -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;