Rename trust center to compliance page in displayed text

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-29 08:41:18 +04:00
parent fa586d4758
commit 73ec5ce96b
17 changed files with 29 additions and 134 deletions

View File

@@ -35,8 +35,8 @@ const (
subjectDocumentSigning = "Action Required – Please review and sign %s compliance documents"
subjectDocumentExport = "Your document export is ready"
subjectFrameworkExport = "Your framework export is ready"
subjectTrustCenterAccess = "Trust Center Access Invitation - %s"
subjectTrustCenterDocumentAccessRejected = "Trust Center Document Access Rejected - %s"
subjectTrustCenterAccess = "Compliance Page Access Invitation - %s"
subjectTrustCenterDocumentAccessRejected = "Compliance Page Document Access Rejected - %s"
subjectMagicLink = "Connect to Probo"
)

View File

@@ -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>

View File

@@ -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}>

View File

@@ -2,7 +2,7 @@ Probo
Hi {{.FullName}},
You have been granted access to {{.OrganizationName}}'s Trust Center! Click the link below to access it:
You have been granted access to {{.OrganizationName}}'s compliance page! Click the link below to access it:
{{.AccessUrl}}

View File

@@ -2,7 +2,7 @@ Probo
Hi {{.FullName}},
Your access request to the following files in {{.OrganizationName}}'s Trust Center has been rejected:
Your access request to the following files in {{.OrganizationName}}'s compliance page has been rejected:
{{range .FileNames}}
- {{.}}