File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Email/Model/Template
dev/tests/integration/testsuite/Magento/Email/Model/Template Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ public function cssDirective($construction)
837
837
return $ css ;
838
838
} else {
839
839
// Return CSS comment for debugging purposes
840
- return '/* ' . sprintf ( __ ('Contents of %s could not be loaded or is empty ' ), $ file ) . ' */ ' ;
840
+ return '/* ' . __ ('Contents of the specified CSS file could not be loaded or is empty ' ) . ' */ ' ;
841
841
}
842
842
}
843
843
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ public function cssDirectiveDataProvider()
266
266
'Empty or missing file ' => [
267
267
TemplateTypesInterface::TYPE_HTML ,
268
268
'file="css/non-existent-file.css" ' ,
269
- '/* Contents of css/non-existent- file.css could not be loaded or is empty */ '
269
+ '/* Contents of the specified CSS file could not be loaded or is empty */ '
270
270
],
271
271
'File with compilation error results in error message ' => [
272
272
TemplateTypesInterface::TYPE_HTML ,
You can’t perform that action at this time.
0 commit comments