Show explicit label for backup and filename encryption if enabled

This commit is contained in:
Johannes Zellner
2025-10-09 13:26:14 +02:00
parent 3096b67b76
commit 4a1a915add
3 changed files with 13 additions and 4 deletions

View File

@@ -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>