mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
Change wording on completed signers page
This commit is contained in:
@ -124,7 +124,9 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
|
|||||||
<div className="border-b border-gray-200 pb-3 sm:pb-5">
|
<div className="border-b border-gray-200 pb-3 sm:pb-5">
|
||||||
<h3 className="text-lg font-medium leading-6 text-gray-900 ">Signers</h3>
|
<h3 className="text-lg font-medium leading-6 text-gray-900 ">Signers</h3>
|
||||||
<p className="mt-2 max-w-4xl text-sm text-gray-500">
|
<p className="mt-2 max-w-4xl text-sm text-gray-500">
|
||||||
The people who will sign the document.
|
{props.document.status !== DocumentStatus.COMPLETED
|
||||||
|
? "The people who will sign the document."
|
||||||
|
: "The people who signed the document."}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<FormProvider {...form}>
|
<FormProvider {...form}>
|
||||||
|
|||||||
Reference in New Issue
Block a user