From 14153b424b11e52e376049724a498593d586b77a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 15 May 2024 18:26:54 +0200 Subject: [PATCH] adjust wording 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 2e59cfbf..eebab725 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -152,7 +152,7 @@ {% elseif backup_exit_code == 0 %} Last {{ borg_backup_mode }} successful! (Logs)

{% if borg_backup_mode == 'test' %} - Feel free to check the integrity of the backup archive below before starting the restore process in order to make double-sure that the restore will work. This can take a long time though depending on the size of the backup archive and is thus not required.

+ Feel free to check the integrity of the backup archive below before starting the restore process in order to make ensure that the restore will work. This can take a long time though depending on the size of the backup archive and is thus not required.