feat: Removed Cross-Version Disclaimer from Backup Page (#2597)

* removed cross-version disclaimer from backup text

* grammar tweak
This commit is contained in:
Michael Genson 2023-10-07 14:23:26 -05:00 committed by GitHub
parent a98e863bca
commit b86c4e5865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -57,11 +57,7 @@
<section>
<BaseCardSectionTitle :title="$tc('settings.backup-and-exports')">
<v-card-text class="py-0 px-1">
<i18n path="settings.backup.experimental-description">
<template #not-crossed-version>
<b> {{ $t('settings.backup.not-crossed-version') }} </b>
</template>
</i18n>
<i18n path="settings.backup.experimental-description" />
</v-card-text>
</BaseCardSectionTitle>
<BaseButton @click="createBackup"> {{ $t("settings.backup.create-heading") }} </BaseButton>