diff --git a/frontend/src/pages/organization/SettingsPage/SettingsPage.tsx b/frontend/src/pages/organization/SettingsPage/SettingsPage.tsx index f519b3cc4..263b3350c 100644 --- a/frontend/src/pages/organization/SettingsPage/SettingsPage.tsx +++ b/frontend/src/pages/organization/SettingsPage/SettingsPage.tsx @@ -21,7 +21,7 @@ export const SettingsPage = () => {
{isSubOrganization && ( diff --git a/frontend/src/pages/organization/SettingsPage/components/KmipTab/OrgKmipTab.tsx b/frontend/src/pages/organization/SettingsPage/components/KmipTab/OrgKmipTab.tsx index 1ab529ea3..4b9b5048f 100644 --- a/frontend/src/pages/organization/SettingsPage/components/KmipTab/OrgKmipTab.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/KmipTab/OrgKmipTab.tsx @@ -53,7 +53,7 @@ const OrgConfigSection = ({ resolver: zodResolver(orgConfigFormSchema) }); - const { currentOrg } = useOrganization(); + const { currentOrg, isSubOrganization } = useOrganization(); const { mutateAsync: setupOrgKmip } = useSetupOrgKmip(currentOrg.id); const onFormSubmit = async (formData: TKmipOrgConfigForm) => { @@ -175,7 +175,10 @@ const OrgConfigSection = ({ )} {!isKmipConfigLoading && !kmipConfig && (
-
KMIP has not yet been configured for the organization.
+
+ KMIP has not yet been configured for the {isSubOrganization ? "sub-" : ""} + organization. +

- Encrypt your organization's data with external KMS. + Encrypt your {isSubOrganization ? "sub-" : ""}organization's data with external KMS.

diff --git a/frontend/src/pages/organization/SettingsPage/components/OrgNameChangeSection/SubOrgNameChangeSection.tsx b/frontend/src/pages/organization/SettingsPage/components/OrgNameChangeSection/SubOrgNameChangeSection.tsx index d74c0e3aa..e3ae0d257 100644 --- a/frontend/src/pages/organization/SettingsPage/components/OrgNameChangeSection/SubOrgNameChangeSection.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/OrgNameChangeSection/SubOrgNameChangeSection.tsx @@ -60,7 +60,7 @@ export const SubOrgNameChangeSection = (): JSX.Element => { return (
-

Organization Name

+

Sub-Organization Name

(