fix: Mistake in i18n key
This commit is contained in:
@@ -47,7 +47,7 @@ function GroupListItem({ group, showFacepile, renderActions }: Props) {
|
||||
</Image>
|
||||
}
|
||||
title={<Title onClick={setMembersModalOpen}>{group.name}</Title>}
|
||||
subtitle={t("{{ count }} members", { count: memberCount })}
|
||||
subtitle={t("{{ count }} member", { count: memberCount })}
|
||||
actions={
|
||||
<Flex align="center" gap={8}>
|
||||
{showFacepile && (
|
||||
|
||||
@@ -168,8 +168,8 @@
|
||||
"You will receive an email when it's complete.": "You will receive an email when it's complete.",
|
||||
"A ZIP file containing the images, and documents in the Markdown format.": "A ZIP file containing the images, and documents in the Markdown format.",
|
||||
"A ZIP file containing the images, and documents as HTML files.": "A ZIP file containing the images, and documents as HTML files.",
|
||||
"{{ count }} members": "{{ count }} members",
|
||||
"{{ count }} members_plural": "{{ count }} members",
|
||||
"{{ count }} member": "{{ count }} member",
|
||||
"{{ count }} member_plural": "{{ count }} members",
|
||||
"Group members": "Group members",
|
||||
"Icon": "Icon",
|
||||
"Show menu": "Show menu",
|
||||
|
||||
Reference in New Issue
Block a user