mirror of
https://github.com/documenso/documenso.git
synced 2026-08-25 15:52:29 +10:00
This commit is contained in:
@@ -290,10 +290,11 @@ export const EnvelopesBulkDownloadDialog = ({
|
|||||||
{isOverDownloadLimit && (
|
{isOverDownloadLimit && (
|
||||||
<Alert variant="warning">
|
<Alert variant="warning">
|
||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
<Trans>
|
<Plural
|
||||||
You can download up to {MAX_BULK_DOWNLOAD_ENVELOPES} documents at a time. Deselect some documents to
|
value={MAX_BULK_DOWNLOAD_ENVELOPES}
|
||||||
continue.
|
one="You can download up to # document at a time. Deselect some documents to continue."
|
||||||
</Trans>
|
other="You can download up to # documents at a time. Deselect some documents to continue."
|
||||||
|
/>
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user