From 83eed831dad54810446781b3f6c20c44a1f312cc Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 29 Jul 2024 19:52:08 -0400 Subject: [PATCH] text rephrase --- .../SecretV2MigrationSection.tsx | 18 +++++++----------- .../OrgEncryptionTab/OrgEncryptionTab.tsx | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx index 16ce2ad27..a56ef6d9c 100644 --- a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx +++ b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx @@ -83,7 +83,7 @@ export const SecretV2MigrationSection = () => { )}

Action Required

- Your project can now leverage Infisical KMS! Ready to enhance your security? + Infisical secrets engine is now 10x faster and allows you to encrypt secrets with your own KMS. Upgrade your project to receive these improvements. {!isAdmin && "This is an admin only operation."}

{didProjectUpgradeFailed && (

@@ -106,7 +106,7 @@ export const SecretV2MigrationSection = () => { >

@@ -123,7 +123,7 @@ export const SecretV2MigrationSection = () => { onBlur={onBlur} isError={Boolean(error?.message)} > - CLI version: v0.25.0 or above + Infisical CLI version is v0.25.0 or above. )} /> @@ -139,7 +139,7 @@ export const SecretV2MigrationSection = () => { onBlur={onBlur} isError={Boolean(error?.message)} > - Operator version: v0.7.0 or above + Infisical Kubernetes Operator version is v0.7.0 or above. )} /> @@ -171,17 +171,13 @@ export const SecretV2MigrationSection = () => { onBlur={onBlur} isError={Boolean(error?.message)} > - Close/Merge all open approval requests as it will be reset. + Close/merge all open approval/access requests. )} />
-
- Meeting these prerequisites will ensure system compatibility and a smooth upgrade - process. -
- + diff --git a/frontend/src/views/Settings/OrgSettingsPage/components/OrgEncryptionTab/OrgEncryptionTab.tsx b/frontend/src/views/Settings/OrgSettingsPage/components/OrgEncryptionTab/OrgEncryptionTab.tsx index b39c04391..0cbe86163 100644 --- a/frontend/src/views/Settings/OrgSettingsPage/components/OrgEncryptionTab/OrgEncryptionTab.tsx +++ b/frontend/src/views/Settings/OrgSettingsPage/components/OrgEncryptionTab/OrgEncryptionTab.tsx @@ -94,7 +94,7 @@ export const OrgEncryptionTab = withPermission(

- Integrate with external KMS for encrypting your organization's data + Encrypt your organization's data with external KMS.