diff --git a/php/src/Cron/UpdateNotification.php b/php/src/Cron/UpdateNotification.php
index ab40653a..e1d57f6a 100644
--- a/php/src/Cron/UpdateNotification.php
+++ b/php/src/Cron/UpdateNotification.php
@@ -22,9 +22,9 @@ $isMastercontainerUpdateAvailable = $dockerActionManger->IsMastercontainerUpdate
$isAnyUpdateAvailable = $dockerActionManger->isAnyUpdateAvailable();
if ($isMastercontainerUpdateAvailable === true) {
- $dockerActionManger->sendNotification($nextcloudContainer, 'Mastercontainer update available!', 'Please open your management interface to update it.');
+ $dockerActionManger->sendNotification($nextcloudContainer, 'Mastercontainer update available!', 'Please open your AIO interface to update it. If you do not want to do it manually each time, you can enable the daily backup feature from the AIO interface which also automatically updates the mastercontainer.');
}
if ($isAnyUpdateAvailable === true) {
- $dockerActionManger->sendNotification($nextcloudContainer, 'Container updates available!', 'Please open your management interface to update them.');
+ $dockerActionManger->sendNotification($nextcloudContainer, 'Container updates available!', 'Please open your AIO interface to update them. If you do not want to do it manually each time, you can enable the daily backup feature from the AIO interface which also automatically updates your containers and your Nextcloud apps.');
}
diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 7a078040..ab52786e 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -51,7 +51,7 @@
{% if is_daily_backup_running == true %}
Daily backup currently running. (Logs)
- It will update all containers and all apps if the backup is successful.
+ It will update your containers, the mastercontainer and 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)
{% endif %}
@@ -353,7 +353,7 @@
-