diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 31a73c02..afd31f7d 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -99,9 +99,13 @@
{% if has_update_available == true %}
- Updates are available. Stop your containers and restart them to apply the update. You should consider creating a backup first.
+ ⚠ Container updates are available. Click on `Stop Containers` and `Start Containers` to update them. You should consider creating a backup first. The mastercontainer gets updated with a different procedure though and has its own update button which is visible if an update is available.
{% else %}
- You are up-to-date.
+ {% if is_mastercontainer_update_available == false %}
+ Your containers are up-to-date.
+ {% else %}
+ Your containers are up-to-date. (Except the mastercontainer. See the section below.)
+ {% endif %}
{% endif %}
{% endif %}
@@ -142,7 +146,7 @@
{% if isBackupOrRestoreRunning == false %}