From 8ae3ec502bf4de36655a913ed43f8d3c8119c41e Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 7 Oct 2024 14:10:43 +0200 Subject: [PATCH] fix: copy soc-2 --- .../organization-[organization]/settings/Soc2.svelte | 10 +++++----- .../settings/Soc2Modal.svelte | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/settings/Soc2.svelte b/src/routes/(console)/organization-[organization]/settings/Soc2.svelte index b4c882e77..9f91a25a2 100644 --- a/src/routes/(console)/organization-[organization]/settings/Soc2.svelte +++ b/src/routes/(console)/organization-[organization]/settings/Soc2.svelte @@ -8,16 +8,16 @@
- Soc-2 + SOC-2
-

After requesting Soc-2, we will contact you via email for the next steps.

+

After requesting SOC-2, we will contact you via email for the next steps.

- Service Organization Control Type 2 (Soc-2) + Service Organization Control Type 2 (SOC-2)

- Soc-2 is a framework for managing and protecting sensitive information, ensuring + SOC-2 is a framework for managing and protecting sensitive information, ensuring compliance with trust service criteria such as security, availability, processing integrity, confidentiality, and privacy.

@@ -27,7 +27,7 @@ class="u-margin-block-start-16" on:click={() => (show = true)} event="request_soc-2"> - Request Soc-2 + Request SOC-2
diff --git a/src/routes/(console)/organization-[organization]/settings/Soc2Modal.svelte b/src/routes/(console)/organization-[organization]/settings/Soc2Modal.svelte index 1a17a8c52..11f796ad1 100644 --- a/src/routes/(console)/organization-[organization]/settings/Soc2Modal.svelte +++ b/src/routes/(console)/organization-[organization]/settings/Soc2Modal.svelte @@ -63,10 +63,10 @@ subject: 'support', email: email, firstName: $user?.name ?? '', - message: 'Soc-2', + message: 'SOC-2', tags: ['cloud'], customFields: [ - { id: '41612', value: 'Soc-2' }, + { id: '41612', value: 'SOC-2' }, { id: '48493', value: $user?.name ?? '' }, { id: '48492', value: $organization?.$id ?? '' }, { id: '48490', value: $user?.$id ?? '' } @@ -99,7 +99,7 @@ onSubmit={handleSubmit} size="big" headerDivider={false} - title="Request Soc-2"> + title="Request SOC-2">