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 3561b66 commit c2ef919Copy full SHA for c2ef919
app/code/Magento/Theme/Model/Design/Config/Validator.php
@@ -83,7 +83,8 @@ public function validate(DesignConfigInterface $designConfig)
83
if (isset($params['config_path']) && $params['config_path'] == $data['config_path']) {
84
throw new LocalizedException(
85
__(
86
- "Incorrect configuration for %templateName. Template body has a reference to itself",
+ "The %templateName contains an incorrect configuration. The template has " .
87
+ "a reference to itself. Either remove or change the reference.",
88
["templateName" => $name]
89
)
90
);
0 commit comments