Correct labels

This commit is contained in:
Taras Machyshyn
2017-05-18 17:08:37 +03:00
parent 19bb4514df
commit 80032f8ed7
2 changed files with 2 additions and 2 deletions

View File

@@ -77,4 +77,4 @@ try {
$app->runRebuild();
} catch (\Exception $e) {}
echo "Install is completed.\n";
echo "Installation is complete.\n";

View File

@@ -83,4 +83,4 @@ try {
$app->runRebuild();
} catch (\Exception $e) {}
echo "Upgrade is completed. New version is " . $config->get('version') . ". \n";
echo "Upgrade is complete. New version is " . $config->get('version') . ". \n";