diff --git a/php/templates/containers.twig b/php/templates/containers.twig index f5cc93e9..e9385c1f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -118,7 +118,7 @@ @@ -297,7 +297,7 @@ Last {{ borg_backup_mode }} failed! (Logs)

{% elseif backup_exit_code == 0 %} {% if borg_backup_mode == "backup" %} - Last {{ borg_backup_mode }} successful on {{ last_backup_time }} CT! (Logs)

+ Last {{ borg_backup_mode }} successful on {{ last_backup_time }} UTC! (Logs)

{% else %} Last {{ borg_backup_mode }} successful! (Logs)

{% endif %} @@ -342,7 +342,7 @@ @@ -350,7 +350,7 @@

Daily backup creation

{% if daily_backup_time == "" %} - By entering a time below, you can enable daily backups. It will create them at the entered time in 24h format. E.g. 04:00 will create backups at 4 am CT and 16:00 at 4 pm CT.

+ By entering a time below, you can enable daily backups. It will create them at the entered time in 24h format. E.g. 04:00 will create backups at 4 am UTC and 16:00 at 4 pm UTC.

@@ -359,7 +359,7 @@
This option will also automatically update your containers and apps and will send a notification about the result of the backup.

{% else %} - Daily backups will be created at {{ daily_backup_time }} CT which includes a notification about the result of the backup and automatic updates of your containers and apps. You can disable this option again by clicking on the button below.

+ Daily backups will be created at {{ daily_backup_time }} UTC which includes a notification about the result of the backup and automatic updates of your containers and apps. You can disable this option again by clicking on the button below.