From aba666859b863f84dc036ef010166116fbf3de85 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 1 Apr 2023 14:26:03 +0200 Subject: [PATCH] fix and sign in twig template 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 333bb094..5605616a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -252,7 +252,7 @@ {% else %} {% if is_mastercontainer_update_available == false %} Your containers are up-to-date.

- {% if newMajorVersion != '' && isAnyRunning == true %} + {% if newMajorVersion != '' and isAnyRunning == true %}
Note about Nextcloud {{ newMajorVersion }}
If you haven't upgraded to Nextcloud {{ newMajorVersion }} yet and want to do that now, feel free to follow this documentation