We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b09423 commit 3dcf911Copy full SHA for 3dcf911
app/code/Magento/Cms/Model/Wysiwyg/Validator.php
@@ -72,7 +72,10 @@ public function validate(string $content): void
72
throw $exception;
73
} else {
74
$this->messages->addWarningMessage(
75
- __('Temporarily allowed to save restricted HTML value. %1', $exception->getMessage())
+ __(
76
+ 'Temporarily allowed to save HTML value that contains restricted elements. %1',
77
+ $exception->getMessage()
78
+ )
79
);
80
}
81
} catch (\Throwable $exception) {
0 commit comments