chore: rewording to avoid confusion between signed and original document (#880)

This commit is contained in:
Ephraim Duncan
2024-01-29 00:04:57 +00:00
committed by GitHub
parent 671fd916b5
commit 09aa10dad6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export const DocumentPreviewButton = ({
{...props} {...props}
> >
<FileSearch className="mr-2 h-5 w-5" strokeWidth={1.7} /> <FileSearch className="mr-2 h-5 w-5" strokeWidth={1.7} />
View Document View Original Document
</Button> </Button>
<DocumentDialog documentData={documentData} open={showDialog} onOpenChange={setShowDialog} /> <DocumentDialog documentData={documentData} open={showDialog} onOpenChange={setShowDialog} />

View File

@ -128,7 +128,7 @@ export default async function CompletedSigningPage({
/> />
) : ( ) : (
<DocumentPreviewButton <DocumentPreviewButton
className="flex-1" className="text-[11px]"
title="Signatures will appear once the document has been completed" title="Signatures will appear once the document has been completed"
documentData={documentData} documentData={documentData}
/> />