From b86c4e5865d1fdd0376e37505dcad31af3e17f74 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:23:26 -0500 Subject: [PATCH] feat: Removed Cross-Version Disclaimer from Backup Page (#2597) * removed cross-version disclaimer from backup text * grammar tweak --- frontend/lang/messages/en-US.json | 3 +-- frontend/pages/admin/backups.vue | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 13b3a7eaf..d159512c7 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -573,8 +573,7 @@ "import-summary": "Import Summary", "partial-backup": "Partial Backup", "unable-to-delete-backup": "Unable to Delete Backup.", - "experimental-description": "Backups a total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think off this as a snapshot of Mealie at a specific time. Currently, {not-crossed-version} (data migrations are not done automatically). These serve as a database agnostic way to export and import data or backup the site to an external location.", - "not-crossed-version": "this backup mechanism is not cross-version and therefore cannot be used to migrate data between versions", + "experimental-description": "Backups are total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think off this as a snapshot of Mealie at a specific time. These serve as a database agnostic way to export and import data, or back up the site to an external location.", "backup-restore": "Backup Restore", "back-restore-description": "Restoring this backup will overwrite all the current data in your database and in the data directory and replace them with the contents of this backup. {cannot-be-undone} If the restoration is successful, you will be logged out.", "cannot-be-undone": "This action cannot be undone - use with caution.", diff --git a/frontend/pages/admin/backups.vue b/frontend/pages/admin/backups.vue index 5492e0cd3..b834fdafe 100644 --- a/frontend/pages/admin/backups.vue +++ b/frontend/pages/admin/backups.vue @@ -57,11 +57,7 @@
- - - + {{ $t("settings.backup.create-heading") }}