From 880a68937668bfe14c2bd4d49379f13e17856143 Mon Sep 17 00:00:00 2001
From: Sheen Capadngan
Date: Sat, 20 Jul 2024 01:25:00 +0800
Subject: [PATCH] misc: finalized project backup prompts
---
.../components/EncryptionTab/EncryptionTab.tsx | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/frontend/src/views/Settings/ProjectSettingsPage/components/EncryptionTab/EncryptionTab.tsx b/frontend/src/views/Settings/ProjectSettingsPage/components/EncryptionTab/EncryptionTab.tsx
index b5fa6fe5f..66fc5c617 100644
--- a/frontend/src/views/Settings/ProjectSettingsPage/components/EncryptionTab/EncryptionTab.tsx
+++ b/frontend/src/views/Settings/ProjectSettingsPage/components/EncryptionTab/EncryptionTab.tsx
@@ -68,9 +68,9 @@ const BackupConfirmationModal = ({
return (
-
- In case of interruptions with your configured external KMS, load the generated backup to
- set the project's KMS back to the default Infisical KMS.
+
+ In case of interruptions with your configured external KMS, you can load a backup to set
+ the project's KMS back to the default Infisical KMS.
Generate
-
+
By loading a backup, the project's KMS will be switched to the default Infisical KMS.
-
- If left unmodified, the filename of the backup should look like the following:
-
{`kms-backup-${org?.slug}-${workspace?.slug}-secretManager.infisical.txt`}
-