mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
fix: add pluralization to document details (#2130)
This commit is contained in:
@ -126,7 +126,11 @@ export default function DocumentPage({ params }: Route.ComponentProps) {
|
|||||||
position="bottom"
|
position="bottom"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<Trans>{envelope.recipients.length} Recipient(s)</Trans>
|
<Plural
|
||||||
|
value={envelope.recipients.length}
|
||||||
|
one="# Recipient"
|
||||||
|
other="# Recipients"
|
||||||
|
/>
|
||||||
</span>
|
</span>
|
||||||
</StackAvatarsWithTooltip>
|
</StackAvatarsWithTooltip>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user