diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 9f189e52..a7366f7e 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -52,7 +52,7 @@
{% endfor %}
{% if 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.
+ 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 %}
You are currently running the {{ current_channel }} channel. (Logs)
@@ -146,8 +146,8 @@
{% endif %}
{% endif %}
{% endif %}
- {% if isBackupContainerRunning == true and domain == "" %}
- Backup container is currently running.
+ {% if isBackupContainerRunning == true %}
+ Backup container is currently running. (Logs)
Reload ↻
{% endif %}
@@ -163,7 +163,7 @@
Open your Nextcloud ↗
{% else %}
{% if isAnyRestarting == false %}
- Containers are currently starting.
+ Containers are currently starting.
Reload ↻
{% else %}
It seems like at least one container is currently restarting which means it is not able to start correctly.
@@ -340,10 +340,6 @@
{% else %}
{% endif %}
-
- {% else %}
- Backup container currently running. (Logs)
- Reload ↻
{% endif %}
{% endif %}