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 2b24aa3 + bda5658 commit b6e2066Copy full SHA for b6e2066
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