This commit is contained in:
Andras Bacsai
2023-06-16 15:06:37 +02:00
parent b948457115
commit 3f28d19e06
4 changed files with 10 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class Upgrade extends Component
try {
$this->showProgress = true;
resolve(UpdateCoolify::class)(true);
Toaster::success("Upgrading Coolify to {$this->latestVersion} version...");
Toaster::success("Upgrading to {$this->latestVersion} version...");
} catch (\Exception $e) {
return general_error_handler(err: $e, that: $this);
}