fix: Template left in tooltip, closes #5009

This commit is contained in:
Tom Moor
2023-03-08 19:34:42 -05:00
parent 4fd6e450ab
commit f48889d77d

View File

@@ -80,7 +80,7 @@ const MembershipPreview = ({ collection, limit = 8 }: Props) => {
? groupsCount > 1
? t(
`{{ usersCount }} users and {{ groupsCount }} groups with access`,
{ usersCount, count: usersCount }
{ usersCount, groupsCount, count: usersCount }
)
: t(`{{ usersCount }} users and a group have access`, {
usersCount,