diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json
index 7dcb56c8d..246626b0b 100644
--- a/dashboard/src/translation/en.json
+++ b/dashboard/src/translation/en.json
@@ -870,7 +870,7 @@
},
"timezone": {
"title": "Time Zone",
- "description": "The current timezone setting is {{ timeZone }}.\nThis setting is used for scheduling backup and update tasks."
+ "description": "The current timezone setting is {{ timeZone }}. This setting is used for scheduling backup and update tasks. Timestamps in the UI are always displayed using the browser's timezone."
},
"updates": {
"title": "Updates",
diff --git a/dashboard/src/translation/nl.json b/dashboard/src/translation/nl.json
index 42cb6f846..63b66944c 100644
--- a/dashboard/src/translation/nl.json
+++ b/dashboard/src/translation/nl.json
@@ -1038,7 +1038,7 @@
"packageVersion": "Pakketversie",
"lastUpdated": "Laatst geüpdatet",
"checkForUpdatesAction": "Controleer op updates",
- "customAppUpdateInfo": "Er zijn geen updates beschikbaar voor deze maatwerk app",
+ "customAppUpdateInfo": "Auto-update is niet beschikbaar voor maatwerk apps.",
"updateAvailableAction": "Update beschikbaar",
"repository": "Pakket Opslagplaats",
"installedAt": "Geïnstalleerd op"
@@ -1047,9 +1047,9 @@
"title": "Automatische updates",
"enabled": "Automatische updates zijn momenteel ingeschakeld.",
"disabled": "Automatische updates zijn momenteel uitgeschakeld.",
- "disableAction": "Uitschakelen",
- "enableAction": "Inschakelen",
- "description": "Cloudron controleert de App Store periodiek op updates. Als je dit uitschakelt zorg er dan voor dat je updates handmatig installeert."
+ "disableAction": "Auto-update uitschakelen",
+ "enableAction": "Auto-update inschakelen",
+ "description": "Cloudron controleert periodiek de App Store op updates."
},
"noUpdates": "Geen nieuwe updates beschikbaar"
},
@@ -1492,7 +1492,8 @@
"upload": {
"title": "Uploaden bestand naar {{ name }}"
},
- "uploadToTmp": "Upload naar /tmp"
+ "uploadToTmp": "Upload naar /tmp",
+ "uploadTo": "Upload naar {{ path }}"
},
"filemanager": {
"title": "Bestandsbeheer",