Improve the wording
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user