Browse Source

fix: subtext

pull/9879/head
Raju Udava 3 days ago
parent
commit
04c9a004e5
  1. 2
      packages/nc-gui/composables/useBetaFeatureToggle.ts
  2. 2
      packages/nc-gui/lang/en.json

2
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,
},

2
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",

Loading…
Cancel
Save