From db309d5d0b40fe8e3bfe9f00095a85d4d3a38845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:33:39 -0400 Subject: [PATCH] rename SOC 2 TYPE I to SOC 2 Type 1 (#1511) Co-authored-by: chasprowebdev --- .../components/TrustPortalSwitch.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/TrustPortalSwitch.tsx b/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/TrustPortalSwitch.tsx index 7b49ef5d7..e8b9310d5 100644 --- a/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/TrustPortalSwitch.tsx +++ b/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/TrustPortalSwitch.tsx @@ -417,9 +417,9 @@ export function TrustPortalSwitch({ } }} /> - {/* SOC 2 TYPE I*/} + {/* SOC 2 Type 1*/} { @@ -440,15 +440,15 @@ export function TrustPortalSwitch({ orgId, soc2type1: checked, }); - toast.success('SOC 2 TYPE I status updated'); + toast.success('SOC 2 Type 1 status updated'); } catch (error) { - toast.error('Failed to update SOC 2 TYPE I status'); + toast.error('Failed to update SOC 2 Type 1 status'); } }} /> - {/* SOC 2 TYPE II*/} + {/* SOC 2 Type 2*/} { @@ -469,9 +469,9 @@ export function TrustPortalSwitch({ orgId, soc2type2: checked, }); - toast.success('SOC 2 TYPE II status updated'); + toast.success('SOC 2 Type 2 status updated'); } catch (error) { - toast.error('Failed to update SOC 2 TYPE II status'); + toast.error('Failed to update SOC 2 Type 2 status'); } }} /> @@ -544,11 +544,11 @@ function ComplianceFramework({
- ) : title === 'SOC 2 TYPE I' ? ( + ) : title === 'SOC 2 Type 1' ? (
- ) : title === 'SOC 2 TYPE II' ? ( + ) : title === 'SOC 2 Type 2' ? (