diff --git a/apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx b/apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx index a8ac432f6..c64292fdf 100644 --- a/apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx +++ b/apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx @@ -179,7 +179,7 @@ export default function CompletedSigningPage({ loaderData }: Route.ComponentProp {match({ status: signingStatus, deletedAt: document.deletedAt }) .with({ status: 'COMPLETED' }, () => ( -
+
Everyone has signed @@ -213,29 +213,29 @@ export default function CompletedSigningPage({ loaderData }: Route.ComponentProp {match({ status: signingStatus, deletedAt: document.deletedAt }) .with({ status: 'COMPLETED' }, () => ( -

+

- Everyone has signed! You will receive an Email copy of the signed document. + Everyone has signed! You will receive an email copy of the signed document.

)) .with({ status: 'PROCESSING' }, () => ( -

+

All recipients have signed. The document is being processed and you will receive - an Email copy shortly. + an email copy shortly.

)) .with({ deletedAt: null }, () => ( -

+

- You will receive an Email copy of the signed document once everyone has signed. + You will receive an email copy of the signed document once everyone has signed.

)) .otherwise(() => ( -

+

This document has been cancelled by the owner and is no longer available for others to sign. @@ -282,7 +282,7 @@ export default function CompletedSigningPage({ loaderData }: Route.ComponentProp Need to sign documents? -

+

Create your account and start using state-of-the-art document signing.