mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Correct labels
This commit is contained in:
@@ -77,4 +77,4 @@ try {
|
||||
$app->runRebuild();
|
||||
} catch (\Exception $e) {}
|
||||
|
||||
echo "Install is completed.\n";
|
||||
echo "Installation is complete.\n";
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user