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' ? (