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

@@ -26,7 +26,7 @@
<meta name="msapplication-square310x310logo" content="/favicons/mstile-310x310.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Trust Center</title>
<title>Compliance Page</title>
</head>
<body class="text-txt-primary bg-level-0">

View File

@@ -85,7 +85,7 @@ export function NDADialog({
<p className="text-txt-secondary">
{sprintf(
__(
"Access to %s Trust Center documents requires signing a Non-Disclosure Agreement (NDA). Please review the agreement below. Once signed, you’ll receive immediate access to the requested documents.",
"Access to %s compliance page documents requires signing a Non-Disclosure Agreement (NDA). Please review the agreement below. Once signed, you’ll receive immediate access to the requested documents.",
),
organizationName,
)}

View File

@@ -57,7 +57,7 @@ export function PageError({ resetErrorBoundary, error: propsError }: Props) {
: __("Invalid Access Link");
const description = isExpiredToken
? __(
"This access link has expired. Trust center access links are valid for 7 days for security reasons.",
"This access link has expired. Compliance page access links are valid for 7 days for security reasons.",
)
: __(
"This access link is not valid. It may have been revoked or the link might be incorrect.",