diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json
index 90664fa9a..6ffc3c2c6 100644
--- a/dashboard/public/translation/en.json
+++ b/dashboard/public/translation/en.json
@@ -643,7 +643,9 @@
"chown": "Remote file system supports chown",
"encryptedFilenames": "Encrypted filenames",
"encryptFilenames": "Encrypt Filenames",
- "preserveAttributesLabel": "Preserve file attributes"
+ "preserveAttributesLabel": "Preserve file attributes",
+ "name": "Name",
+ "encryptionHint": "Encryption Password Hint"
},
"check": {
"noop": "Cloudron backups are disabled. Please ensure this server is backed up using alternate means. See https://docs.cloudron.io/backups/#storage-providers for more information.",
diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json
index c6d406b4b..37e9480f9 100644
--- a/dashboard/public/translation/nl.json
+++ b/dashboard/public/translation/nl.json
@@ -2061,5 +2061,10 @@
"settings": {
"title": "Instellingen"
}
+ },
+ "archives": {
+ "listing": {
+ "placeholder": "Geen app archieven"
+ }
}
}
diff --git a/dashboard/src/components/BackupTargetAddDialog.vue b/dashboard/src/components/BackupTargetAddDialog.vue
index 44fa36d1c..0d564ea5c 100644
--- a/dashboard/src/components/BackupTargetAddDialog.vue
+++ b/dashboard/src/components/BackupTargetAddDialog.vue
@@ -257,8 +257,7 @@ defineExpose({
-
-
+
@@ -336,7 +335,7 @@ defineExpose({
-
+
diff --git a/dashboard/src/components/BackupTargetEditDialog.vue b/dashboard/src/components/BackupTargetEditDialog.vue
index 3d9484335..5dfd73d2b 100644
--- a/dashboard/src/components/BackupTargetEditDialog.vue
+++ b/dashboard/src/components/BackupTargetEditDialog.vue
@@ -1,7 +1,7 @@