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 224241d commit 14f4f77Copy full SHA for 14f4f77
dev/tools/Magento/Tools/View/deploy.php
@@ -53,7 +53,7 @@
53
$deploymentConfig = $objectManager->get('Magento\Framework\App\DeploymentConfig');
54
$isAppInstalled = $deploymentConfig->isAvailable();
55
if (!$isAppInstalled) {
56
- throw new \Exception('Please install the Magento application before running this process.');
+ throw new \Exception('You need to install the Magento application before running this utility.');
57
}
58
59
/** @var \Magento\Tools\View\Deployer $deployer */
0 commit comments