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 @@ -849,7 +849,7 @@ public function cssDirective($construction)
849
849
return $ css ;
850
850
} else {
851
851
// Return CSS comment for debugging purposes
852
- return '/* ' . sprintf ( __ ('Contents of %s could not be loaded or is empty ' ), $ file ) . ' */ ' ;
852
+ return '/* ' . __ ('Contents of the specified CSS file could not be loaded or is empty ' ) . ' */ ' ;
853
853
}
854
854
}
855
855
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ public function cssDirectiveDataProvider()
267
267
'Empty or missing file ' => [
268
268
TemplateTypesInterface::TYPE_HTML ,
269
269
'file="css/non-existent-file.css" ' ,
270
- '/* Contents of css/non-existent- file.css could not be loaded or is empty */ '
270
+ '/* Contents of the specified CSS file could not be loaded or is empty */ '
271
271
],
272
272
'File with compilation error results in error message ' => [
273
273
TemplateTypesInterface::TYPE_HTML ,
You can’t perform that action at this time.
0 commit comments