diff --git a/mailpoet/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php b/mailpoet/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php index efc7c519e1..b25f4d7d65 100644 --- a/mailpoet/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php +++ b/mailpoet/lib/Mailer/Methods/ErrorMappers/MailPoetMapper.php @@ -232,7 +232,7 @@ class MailPoetMapper { private function getCanNotSendError(array $result, $sender): array { if ($result['error'] === API::ERROR_MESSAGE_PENDING_APPROVAL) { $operation = MailerError::OPERATION_PENDING_APPROVAL; - $message = $this->pendingApprovalNotice->getPendingApprovalMessage(); + $message = $this->pendingApprovalNotice->getPendingApprovalMessage() . '
'; return [$operation, $message]; }