diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json
index 328614725..3b0e88d18 100644
--- a/dashboard/public/translation/en.json
+++ b/dashboard/public/translation/en.json
@@ -954,7 +954,8 @@
"stopUpdateAction": "Stop Update",
"disabled": "Disabled",
"schedule": "Schedule",
- "description": "Platform and app updates are applied on the schedule set here, according to the System Time Zone."
+ "description": "Platform and app updates are applied on the schedule set here, according to the System Time Zone.",
+ "onLatest": "latest"
},
"privateDockerRegistry": {
"subscriptionRequired": "This feature is only available in the paid plans.",
diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json
index d6594e590..6fbc2cd9c 100644
--- a/dashboard/public/translation/nl.json
+++ b/dashboard/public/translation/nl.json
@@ -1322,7 +1322,7 @@
},
"archive": {
"action": "Archiveer",
- "latestBackupInfo": "De laatste backup werd gemaakt op {{date}}.",
+ "latestBackupInfo": "De laatste backup werd gemaakt naar {{siteName}} op {{date}}.",
"title": "Archief",
"description": "De laatste app backup wordt toegevoegd aan het App Archief. De app wordt gedeïnstalleerd maar kan hersteld worden vanuit het Backup Overzicht. Andere backups worden opgeschoond op basis van het backup-beleid.",
"noBackup": "Deze app heeft geen backup. Archiveren vereist een recente backup."
diff --git a/dashboard/src/components/SystemUpdate.vue b/dashboard/src/components/SystemUpdate.vue
index 916fd005f..ccab83986 100644
--- a/dashboard/src/components/SystemUpdate.vue
+++ b/dashboard/src/components/SystemUpdate.vue
@@ -354,6 +354,14 @@ onMounted(async () => {
+
{{ lastTask.message }}
@@ -362,7 +370,6 @@ onMounted(async () => {