From 8fd457f62cfb2b4f871c9440802499b5fa1ad29b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 21 May 2024 17:07:44 +0200 Subject: [PATCH] fix detail in containers starting screen Signed-off-by: Simon L --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 51f4eac4..bf03801d 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -236,7 +236,7 @@ {% endif %} {% else %} {% if isAnyRestarting == false %} - Containers are currently starting. You might inspect the container logs by clicking on
Starting
next to each container for further details.

+ Containers are currently starting. You might inspect the container logs by clicking on Starting next to each container for further details.

Reload ↻

{% else %} It seems at least one container was not able to start correctly and is currently restarting.