fix: copy soc-2

This commit is contained in:
Arman
2024-10-07 14:10:43 +02:00
parent 930fafdab7
commit 8ae3ec502b
2 changed files with 8 additions and 8 deletions
@@ -8,16 +8,16 @@
<CardGrid>
<div>
<Heading tag="h6" size="7">Soc-2</Heading>
<Heading tag="h6" size="7">SOC-2</Heading>
</div>
<p class="text">After requesting Soc-2, we will contact you via email for the next steps.</p>
<p class="text">After requesting SOC-2, we will contact you via email for the next steps.</p>
<svelte:fragment slot="aside">
<Box>
<h6>
<b>Service Organization Control Type 2 (Soc-2)</b>
<b>Service Organization Control Type 2 (SOC-2)</b>
</h6>
<p class="text u-margin-block-start-8">
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.
</p>
@@ -27,7 +27,7 @@
class="u-margin-block-start-16"
on:click={() => (show = true)}
event="request_soc-2">
<span class="text">Request Soc-2</span>
<span class="text">Request SOC-2</span>
</Button>
</Box>
</svelte:fragment>
@@ -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">
<FormList>
<InputEmail label="Email" placeholder="Enter email" id="email" bind:value={email} />
<InputSelect