diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 76fde77f..b19862ba 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -55,11 +55,11 @@
{% endfor %}
{% if is_daily_backup_running == true %}
- Daily backup currently running. (Logs)
+ Daily backup currently running. (Logs)
{% if automatic_updates == true %}
It will update your containers, the mastercontainer and on saturdays your Nextcloud apps if the backup is successful.
{% if is_mastercontainer_update_available == true %}
- Since the mastercontainer gets updated, it will restart the container which will make it unavailable for a moment. (Logs)
+ Since the mastercontainer gets updated, it will restart the container which will make it unavailable for a moment. (Logs)
{% endif %}
{% endif %}
{% if has_update_available == false %}
@@ -69,7 +69,7 @@
{% endif %}
Reload ↻
{% elseif isWatchtowerRunning == true %}
- Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done. (Logs)
+ Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done. (Logs)
Reload ↻
{% else %}
{% if is_backup_container_running == false and domain == "" %}
@@ -128,7 +128,7 @@
{% if borg_backup_host_location != '' and borg_restore_password != '' %}
{% if borg_backup_mode in ['test', 'check'] %}
{% if backup_exit_code > 0 %}
- Last {{ borg_backup_mode }} failed! (Logs)
+ 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!
{% elseif borg_backup_mode == 'check' %}
@@ -144,7 +144,7 @@
{% endif %}
{% elseif backup_exit_code == 0 %}
- Last {{ borg_backup_mode }} successful! (Logs)
+ 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.