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.
2 parents e2253ac + b6e2066 commit 386d16dCopy full SHA for 386d16d
app/code/Magento/Email/Model/Template/Filter.php
@@ -1018,7 +1018,7 @@ public function filter($value)
1018
if ($this->_appState->getMode() == \Magento\Framework\App\State::MODE_DEVELOPER) {
1019
$value = sprintf(__('Error filtering template: %s'), $e->getMessage());
1020
} else {
1021
- $value = __("We're sorry, an error has occurred while generating this email.");
+ $value = __("We're sorry, an error has occurred while generating this content.");
1022
}
1023
$this->_logger->critical($e);
1024
0 commit comments