Add some missing translations and make backup target name editable
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user