diff --git a/extension.php b/extension.php index 228cc4d11f..cda9fb5513 100644 --- a/extension.php +++ b/extension.php @@ -77,4 +77,4 @@ try { $app->runRebuild(); } catch (\Exception $e) {} -echo "Install is completed.\n"; \ No newline at end of file +echo "Installation is complete.\n"; \ No newline at end of file diff --git a/upgrade.php b/upgrade.php index b1de46d7a4..d0c64e8f4b 100644 --- a/upgrade.php +++ b/upgrade.php @@ -83,4 +83,4 @@ try { $app->runRebuild(); } catch (\Exception $e) {} -echo "Upgrade is completed. New version is " . $config->get('version') . ". \n"; \ No newline at end of file +echo "Upgrade is complete. New version is " . $config->get('version') . ". \n"; \ No newline at end of file