From 849febd414a8ebc3fd3d18ad9d5c5ebabfb6410f Mon Sep 17 00:00:00 2001 From: blu3acid Date: Wed, 11 Oct 2023 14:09:10 +0200 Subject: [PATCH] Typo in containers.twig Ln: 325 changed "internect" to "internet" Signed-off-by: blu3acid --- 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 40e2e9ea..72119a70 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -322,7 +322,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 internet 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.