This commit is contained in:
Philipinho
2026-04-13 19:44:07 +01:00
parent 8235980eeb
commit 8fbe802f3c
3 changed files with 7 additions and 7 deletions
@@ -27,7 +27,7 @@ export const PageUpdateEmail = ({
<Link href={pageUrl} style={link}>
<strong>{pageTitle}</strong>
</Link>{' '}
in <strong>{spaceName}</strong>.
in the <strong>{spaceName}</strong> space.
</Text>
</Section>
<EmailButton href={pageUrl}>View page</EmailButton>
@@ -15,9 +15,9 @@ export const VerificationExpiredEmail = ({ pageTitle, spaceName, pageUrl }: Prop
<Section style={content}>
<Text style={paragraph}>Hi there,</Text>
<Text style={paragraph}>
The verification for <strong>{pageTitle}</strong> in{' '}
<strong>{spaceName}</strong> has expired. Please re-verify the page to
confirm it is still accurate.
The verification for <strong>{pageTitle}</strong> in the{' '}
<strong>{spaceName}</strong> space has expired. Please re-verify the
page to confirm it is still accurate.
</Text>
</Section>
<EmailButton href={pageUrl}>Re-verify page</EmailButton>
@@ -21,9 +21,9 @@ export const VerificationExpiringEmail = ({
<Section style={content}>
<Text style={paragraph}>Hi there,</Text>
<Text style={paragraph}>
The page <strong>{pageTitle}</strong> in{' '}
<strong>{spaceName}</strong> needs to be re-verified. The verification
expires on <strong>{expiresAt}</strong>.
The page <strong>{pageTitle}</strong> in the{' '}
<strong>{spaceName}</strong> space needs to be re-verified. The
verification expires on <strong>{expiresAt}</strong>.
</Text>
</Section>
<EmailButton href={pageUrl}>Review page</EmailButton>