From 04c9a004e58707050fd31e8af4e9d375160d21e4 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:48:03 +0000 Subject: [PATCH] fix: subtext --- packages/nc-gui/composables/useBetaFeatureToggle.ts | 2 +- packages/nc-gui/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/composables/useBetaFeatureToggle.ts b/packages/nc-gui/composables/useBetaFeatureToggle.ts index 379c574570..4cf68a19b7 100644 --- a/packages/nc-gui/composables/useBetaFeatureToggle.ts +++ b/packages/nc-gui/composables/useBetaFeatureToggle.ts @@ -53,7 +53,7 @@ const FEATURES = [ { id: 'base_snapshots', title: 'Enable Base Snapshots', - description: 'Snapshots are complete backups of your database at the time of creation.', + description: 'Snapshots serve as comprehensive backups of your base, capturing its state at the time of creation.', enabled: false, isEngineering: true, }, diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index abe23fba69..9fecda6503 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -660,7 +660,7 @@ "confirmRestore": "Confirm Restore", "visibilityAndDataHandling": "Visibility & Data Handling", "visibilityConfigLabel": "Base specific additional configurations to customise data display & default behaviours.", - "snapShotSubText": "Snapshots are complete backups of your database at the time of creation. Restoring a snapshot duplicates the data.", + "snapShotSubText": "Snapshots serve as comprehensive backups of your base, capturing its state at the time of creation. Restoring a snapshot creates a new instance of the base in the designated workspace.", "newSnapshot": "New snapshot", "searchASnapshot": "Search a snapshot", "continue": "Continue",