mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 20:41:09 +10:00
feat: update space translation
This commit is contained in:
@ -53,7 +53,7 @@ export default function SpaceList() {
|
||||
</Group>
|
||||
</Table.Td>
|
||||
|
||||
<Table.Td>{formatMemberCount(space.memberCount)}</Table.Td>
|
||||
<Table.Td>{formatMemberCount(space.memberCount, t)}</Table.Td>
|
||||
</Table.Tr>
|
||||
))}
|
||||
</Table.Tbody>
|
||||
|
||||
Reference in New Issue
Block a user