Show explicit label for backup and filename encryption if enabled
This commit is contained in:
@@ -366,7 +366,7 @@ defineExpose({
|
||||
-->
|
||||
|
||||
<div style="display: flex; justify-content: space-between; align-items: end; margin-top: 10px">
|
||||
<Checkbox v-model="useEncryption" label="Encrypt Backups"/>
|
||||
<Checkbox v-model="useEncryption" :label="$t('backups.configureBackupStorage.useEncryption')"/>
|
||||
|
||||
<div style="display: flex; gap: 6px; align-items: end;">
|
||||
<Button secondary v-if="!busy" :disabled="busy" @click="onCancel()">{{ $t('main.dialog.cancel') }}</Button>
|
||||
|
||||
Reference in New Issue
Block a user