diff --git a/php/templates/containers.twig b/php/templates/containers.twig index eebab725f45..fd7502563c9 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -136,7 +136,7 @@ {% if backup_exit_code > 0 %} Last {{ borg_backup_mode }} failed! (Logs)

{% if borg_backup_mode == 'test' %} - Please adjust the path and/or the password in order to make it work!

+ Please adjust the path and/or the encryption password in order to make it work!

{% elseif borg_backup_mode == 'check' %} The backup archive seems to be corrupt. Please try to use a different intact backup archive or try to fix it by following this documentation

@@ -174,29 +174,29 @@ {% elseif borg_backup_mode == 'restore' %} {% if backup_exit_code > 0 %} Last restore failed! (Logs)

- Somehow the restore failed which is unexpected! Please adjust the path and password, test it and try to restore again! + Somehow the restore failed which is unexpected! Please adjust the path and encryption password, test it and try to restore again! {% endif %} {% endif %} {% endif %} {% if borg_backup_host_location == '' or borg_restore_password == '' or borg_backup_mode not in ['test', 'check', ''] or backup_exit_code > 0 %} - Please enter the location of the backup archive on your host and the password of the backup archive below:

+ Please enter the location of the backup archive on your host and the encryption password of the backup archive below:

- + - +
{{ include('includes/backup-dirs.twig') }} ⚠️ Please note that the backup archive must be located in a subfolder of the folder that you enter here and the subfolder which contains the archive must be named 'borg'. Otherwise will the backup container not find the backup archive!

{% endif %} {% else %} - Everything set! Click on the button below to test the path and password:

+ Everything set! Click on the button below to test the path and encryption password:

-
+
{% endif %} {% endif %}