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 @@