From e7ac6841982c6b3ca293d13ee279f04fc030c4a6 Mon Sep 17 00:00:00 2001 From: David Buday Date: Mon, 9 Dec 2024 20:52:30 +0100 Subject: [PATCH] chore: revert --- app/Livewire/Project/Application/Rollback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Project/Application/Rollback.php b/app/Livewire/Project/Application/Rollback.php index 3a64b3a1e..1e58a1458 100644 --- a/app/Livewire/Project/Application/Rollback.php +++ b/app/Livewire/Project/Application/Rollback.php @@ -70,7 +70,7 @@ class Rollback extends Component ]; })->toArray(); } - $showToast && $this->dispatch('success', 'ListServerDockerImages loaded.'); + $showToast && $this->dispatch('success', 'Images loaded.'); return []; } catch (\Throwable $e) {