Improve the wording

This commit is contained in:
Johannes Zellner
2025-08-06 20:23:27 +02:00
parent ee179a0bd8
commit 840e1c5c5b

View File

@@ -38,11 +38,11 @@ onMounted(async () => {
<div class="content">
<SystemUpdate />
<Section title="Backups for Updates">
<Section title="Backup Configuration for Updates">
<SettingsItem>
<div>
<label>Storage</label>
<div>For backups created for automatic or manual updates</div>
<div>For backups created during automatic or manual app and platform updates.</div>
</div>
<div style="display: flex; align-items: center">
<SingleSelect style="min-width: 160px" :disabled="primaryTargetChangeBusy" v-model="primaryTargetId" :searchThreshold="10" :options="targets" option-key="id" option-label="name" @select="onPrimaryTargetChanged" />