mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
chore: rewording to avoid confusion between signed and original document (#880)
This commit is contained in:
@ -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} />
|
||||||
|
|||||||
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user