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 8f5a723 commit 534d0bdCopy full SHA for 534d0bd
setup/src/Magento/Setup/Model/PhpReadinessCheck.php
@@ -216,7 +216,7 @@ public function checkMemoryLimit()
216
$warning = true;
217
$message = sprintf(
218
'Your current PHP memory limit is memory_limit=%s.
219
- Magento 2 recommend it to be set to %s or more to use Setup Wizard.
+ We recommend it to be set to %s or more to use Setup Wizard.
220
As a user with root privileges, edit your php.ini file to increase memory_limit.
221
(The command php --ini tells you where it is located.)
222
After that, restart your web server and try again.',
0 commit comments