From e746abd156795556a262502806bff1542ec50e23 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:03:27 +0000 Subject: [PATCH] fix: improve pull-images explanation text with bandwidth/time info Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/446ad3c6-142d-4e62-adb8-b43a7e548cda Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- 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 a7d29c6b..d40ae3fa 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -292,7 +292,7 @@ {% if is_mastercontainer_update_available == false %}
⚠️ Container updates are available. Click on Stop containers and Start and update containers to update them. You should consider creating a backup first.
{% if isAnyRunning == true and isApacheStarting != true %} -Alternatively, you can already pull the new images now while the containers are still running. The new images will automatically be used whenever the containers are recreated – either manually or automatically via AIO's daily backup/update schedule.
+Alternatively, you can already pull the new images now while the containers are still running. Depending on your internet connection and image sizes, this can take a few minutes. The new images will automatically be used whenever the containers are recreated – either manually via Stop containers + Start and update containers, or automatically via AIO's daily backup/update schedule.