This commit is contained in:
Andras Bacsai
2023-06-15 11:55:17 +02:00
parent 8dcb790d12
commit 890f0819ad
3 changed files with 43 additions and 45 deletions

View File

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