remove todo

This commit is contained in:
Dennis Eichhorn 2023-05-07 20:38:07 +00:00
parent a9f04acb31
commit fafa6cd3cd

View File

@ -2090,7 +2090,6 @@ class Email implements MessageInterface
$this->bodyAlt = self::normalizeBreaks($this->html2text($message, $advanced), self::$LE);
if (empty($this->bodyAlt)) {
// @todo: localize
$this->bodyAlt = 'This is an HTML-only message. To view it, activate HTML in your email application.' . self::$LE;
}