mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 17:21:41 +10:00
This commit is contained in:
@ -8,6 +8,7 @@ import { RECIPIENT_ROLES_DESCRIPTION } from '@documenso/lib/constants/recipient-
|
||||
|
||||
import { Body, Container, Head, Hr, Html, Img, Link, Preview, Section, Text } from '../components';
|
||||
import { useBranding } from '../providers/branding';
|
||||
import { TemplateCustomMessageBody } from '../template-components/template-custom-message-body';
|
||||
import type { TemplateDocumentInviteProps } from '../template-components/template-document-invite';
|
||||
import { TemplateDocumentInvite } from '../template-components/template-document-invite';
|
||||
import { TemplateFooter } from '../template-components/template-footer';
|
||||
@ -105,7 +106,7 @@ export const DocumentInviteEmailTemplate = ({
|
||||
|
||||
<Text className="mt-2 text-base text-slate-400">
|
||||
{customBody ? (
|
||||
<pre className="font-sans text-base text-slate-400">{customBody}</pre>
|
||||
<TemplateCustomMessageBody text={customBody} />
|
||||
) : (
|
||||
<Trans>
|
||||
{inviterName} has invited you to {action} the document "{documentName}".
|
||||
|
||||
Reference in New Issue
Block a user