Add some missing translations and make backup target name editable

This commit is contained in:
Johannes Zellner
2025-08-10 19:36:37 +02:00
parent 537a904a49
commit 69d0790484
5 changed files with 77 additions and 46 deletions
+3 -3
View File
@@ -29,16 +29,16 @@ const columns = {
width: '30px',
},
name: {
label: 'Name',
label: t('backups.configureBackupStorage.name'),
sort: true,
},
provider: {
label: 'Provider',
label: t('backups.configureBackupStorage.provider'),
sort: true,
hideMobile: true,
},
format: {
label: 'Format',
label: t('backups.configureBackupStorage.format'),
sort: true,
hideMobile: true,
},