From ce5287d4e2e298d81902be808809a9b7bb53db4c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 11 Nov 2024 08:42:29 +0100 Subject: [PATCH] aio-interface: fix small detail in `Reset backup location` section Signed-off-by: Simon L. --- php/templates/containers.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 0ec82456..531ea0d7 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -489,8 +489,10 @@

Reset backup location

If the configured backup host location {{ borg_backup_host_location }} - {% if borg_remote_repo %}or the remote repo {{ borg_remote_repo }} is wrong{% endif %}, - you can reset it by clicking on the button below. + {% if borg_remote_repo %} + or the remote repo {{ borg_remote_repo }} + {% endif %} + is wrong, you can reset it by clicking on the button below.