mirror of
https://github.com/docmost/docmost.git
synced 2026-05-25 12:04:35 +08:00
fix copy
This commit is contained in:
@@ -27,7 +27,7 @@ export const PageUpdateEmail = ({
|
|||||||
<Link href={pageUrl} style={link}>
|
<Link href={pageUrl} style={link}>
|
||||||
<strong>{pageTitle}</strong>
|
<strong>{pageTitle}</strong>
|
||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
in <strong>{spaceName}</strong>.
|
in the <strong>{spaceName}</strong> space.
|
||||||
</Text>
|
</Text>
|
||||||
</Section>
|
</Section>
|
||||||
<EmailButton href={pageUrl}>View page</EmailButton>
|
<EmailButton href={pageUrl}>View page</EmailButton>
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ export const VerificationExpiredEmail = ({ pageTitle, spaceName, pageUrl }: Prop
|
|||||||
<Section style={content}>
|
<Section style={content}>
|
||||||
<Text style={paragraph}>Hi there,</Text>
|
<Text style={paragraph}>Hi there,</Text>
|
||||||
<Text style={paragraph}>
|
<Text style={paragraph}>
|
||||||
The verification for <strong>{pageTitle}</strong> in{' '}
|
The verification for <strong>{pageTitle}</strong> in the{' '}
|
||||||
<strong>{spaceName}</strong> has expired. Please re-verify the page to
|
<strong>{spaceName}</strong> space has expired. Please re-verify the
|
||||||
confirm it is still accurate.
|
page to confirm it is still accurate.
|
||||||
</Text>
|
</Text>
|
||||||
</Section>
|
</Section>
|
||||||
<EmailButton href={pageUrl}>Re-verify page</EmailButton>
|
<EmailButton href={pageUrl}>Re-verify page</EmailButton>
|
||||||
|
|||||||
@@ -21,9 +21,9 @@ export const VerificationExpiringEmail = ({
|
|||||||
<Section style={content}>
|
<Section style={content}>
|
||||||
<Text style={paragraph}>Hi there,</Text>
|
<Text style={paragraph}>Hi there,</Text>
|
||||||
<Text style={paragraph}>
|
<Text style={paragraph}>
|
||||||
The page <strong>{pageTitle}</strong> in{' '}
|
The page <strong>{pageTitle}</strong> in the{' '}
|
||||||
<strong>{spaceName}</strong> needs to be re-verified. The verification
|
<strong>{spaceName}</strong> space needs to be re-verified. The
|
||||||
expires on <strong>{expiresAt}</strong>.
|
verification expires on <strong>{expiresAt}</strong>.
|
||||||
</Text>
|
</Text>
|
||||||
</Section>
|
</Section>
|
||||||
<EmailButton href={pageUrl}>Review page</EmailButton>
|
<EmailButton href={pageUrl}>Review page</EmailButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user