From 8bed5af0aecc2cd8a3980c205065ee14a112bcef Mon Sep 17 00:00:00 2001 From: Cinzya Date: Sun, 13 Sep 2026 17:33:52 +0200 Subject: [PATCH] docs: clarify restart type --- .../views/emails/application-restart-limit-reached.blade.php | 4 ++-- .../views/livewire/project/application/advanced.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/emails/application-restart-limit-reached.blade.php b/resources/views/emails/application-restart-limit-reached.blade.php index e5fa01c006..ba6954f433 100644 --- a/resources/views/emails/application-restart-limit-reached.blade.php +++ b/resources/views/emails/application-restart-limit-reached.blade.php @@ -1,7 +1,7 @@ -{{ $name }} has been automatically stopped after {{ $restart_count }} crash restarts (limit: {{ $max_restart_count }}). +{{ $name }} has been automatically stopped after {{ $restart_count }} restarts (limit: {{ $max_restart_count }}). -The application appears to be in a crash loop. Please investigate the issue and redeploy when ready. +The application appears to be in a restart loop. Please investigate the issue and redeploy when ready. [Check what is going on]({{ $resource_url }}). diff --git a/resources/views/livewire/project/application/advanced.blade.php b/resources/views/livewire/project/application/advanced.blade.php index 27b40546bb..bff96bbf69 100644 --- a/resources/views/livewire/project/application/advanced.blade.php +++ b/resources/views/livewire/project/application/advanced.blade.php @@ -164,7 +164,7 @@ canGate="update" :canResource="$application" />