Skip to content

Commit ce9d6d3

Browse files
committed
MC-20322: [Forwardport] Disable statistic collecting for Reports module
1 parent c515eaf commit ce9d6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Reports/Setup/Patch/Data/ReportDisableNotification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public function __construct(
3131
public function apply()
3232
{
3333
$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.
34+
To improve performance, collecting statistics for the Magento Report module is disabled by default.
35+
You can enable it in System Config.
3636
MESSAGE;
3737
$this->notifier->addNotice(__('Disable Notice'), __($message));
3838
}

0 commit comments

Comments
 (0)