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 c515eaf commit ce9d6d3Copy full SHA for ce9d6d3
app/code/Magento/Reports/Setup/Patch/Data/ReportDisableNotification.php
@@ -31,8 +31,8 @@ public function __construct(
31
public function apply()
32
{
33
$message = <<<"MESSAGE"
34
-Statistics collection for Magento Reports is now disabled by default in the interest of improving performance.
35
-Please turn Magento Reports back in System Config.
+To improve performance, collecting statistics for the Magento Report module is disabled by default.
+You can enable it in System Config.
36
MESSAGE;
37
$this->notifier->addNotice(__('Disable Notice'), __($message));
38
}
0 commit comments