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" />