Rename trust center to compliance page in displayed text
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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,
|
||||
)}
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user