feat: update space translation

This commit is contained in:
lleohao
2024-09-03 02:39:50 +00:00
parent 9c00fb5ed9
commit 7299b63934
6 changed files with 14 additions and 8 deletions

View File

@ -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>