Skip to content

Commit 14f4f77

Browse files
author
Olga Kopylova
committed
MAGETWO-31415: View Files population tool doesn't work when application is not installed
- update the message
1 parent 224241d commit 14f4f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/Magento/Tools/View/deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
$deploymentConfig = $objectManager->get('Magento\Framework\App\DeploymentConfig');
5454
$isAppInstalled = $deploymentConfig->isAvailable();
5555
if (!$isAppInstalled) {
56-
throw new \Exception('Please install the Magento application before running this process.');
56+
throw new \Exception('You need to install the Magento application before running this utility.');
5757
}
5858

5959
/** @var \Magento\Tools\View\Deployer $deployer */

0 commit comments

Comments
 (0)