mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
chore: add message context in envelope download dialog (#2136)
This commit is contained in:
@ -176,7 +176,7 @@ export const EnvelopeDownloadDialog = ({
|
|||||||
{!isDownloadingState[generateDownloadKey(item.id, 'original')] && (
|
{!isDownloadingState[generateDownloadKey(item.id, 'original')] && (
|
||||||
<DownloadIcon className="mr-2 h-4 w-4" />
|
<DownloadIcon className="mr-2 h-4 w-4" />
|
||||||
)}
|
)}
|
||||||
<Trans>Original</Trans>
|
<Trans context="Original document (adjective)">Original</Trans>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{envelopeStatus === DocumentStatus.COMPLETED && (
|
{envelopeStatus === DocumentStatus.COMPLETED && (
|
||||||
@ -190,7 +190,7 @@ export const EnvelopeDownloadDialog = ({
|
|||||||
{!isDownloadingState[generateDownloadKey(item.id, 'signed')] && (
|
{!isDownloadingState[generateDownloadKey(item.id, 'signed')] && (
|
||||||
<DownloadIcon className="mr-2 h-4 w-4" />
|
<DownloadIcon className="mr-2 h-4 w-4" />
|
||||||
)}
|
)}
|
||||||
<Trans>Signed</Trans>
|
<Trans context="Signed document (adjective)">Signed</Trans>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user