From 3b9e132f11156496a385f91084279a7d3af4754f Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 10 Aug 2023 10:08:22 +0200 Subject: [PATCH] fix spacing 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 0a650437..e8d982d1 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -310,7 +310,7 @@ Restore or Backup currently running. Cannot start the containers until that's done.

{% else %} {% if was_start_button_clicked == false %} - Clicking on the button below will download all docker containers and start them. This can take a lot of time depending on your internect connection. Since the overall size is a few GB, this will take around 5-10 min or more. So be aware and patient!

+
Clicking on the button below will download all docker containers and start them. This can take a lot of time depending on your internect connection. Since the overall size is a few GB, this will take around 5-10 min or more. So be aware and patient!

{% endif %} {% if is_mastercontainer_update_available == true %} ⚠️ A mastercontainer update is available. Please click on the button below to update it.