Rename trust center to compliance page in displayed text
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -10,17 +10,17 @@ import EmailLayout, {
|
||||
export const TrustCenterAccess = () => {
|
||||
return (
|
||||
<EmailLayout
|
||||
subject={`Trust Center Access Invitation - ${"{{.OrganizationName}}"}`}
|
||||
subject={`Compliance Page Access Invitation - ${"{{.OrganizationName}}"}`}
|
||||
>
|
||||
<Text style={bodyText}>
|
||||
You have been granted access to{" "}
|
||||
<strong>{"{{.OrganizationName}}"}</strong>'s Trust Center! Click the
|
||||
<strong>{"{{.OrganizationName}}"}</strong>'s compliance page! Click the
|
||||
button below to access it:
|
||||
</Text>
|
||||
|
||||
<Section style={buttonContainer}>
|
||||
<Button style={button} href={"{{.AccessUrl}}"}>
|
||||
Access Trust Center
|
||||
Access Compliance Page
|
||||
</Button>
|
||||
</Section>
|
||||
</EmailLayout>
|
||||
|
||||
@@ -4,9 +4,9 @@ import EmailLayout, { bodyText } from './components/EmailLayout';
|
||||
|
||||
export const TrustCenterDocumentAccessRejected = () => {
|
||||
return (
|
||||
<EmailLayout subject={`Trust Center Document Access Rejected - ${'{{.OrganizationName}}'}`}>
|
||||
<EmailLayout subject={`Compliance Page Document Access Rejected - ${'{{.OrganizationName}}'}`}>
|
||||
<Text style={bodyText}>
|
||||
Your access request to the following files in <strong>{'{{.OrganizationName}}'}</strong>'s Trust Center has been rejected:
|
||||
Your access request to the following files in <strong>{'{{.OrganizationName}}'}</strong>'s compliance page has been rejected:
|
||||
</Text>
|
||||
|
||||
<Text style={bodyText}>
|
||||
|
||||
Reference in New Issue
Block a user