diff --git a/src/frontend/apps/desk/src/features/teams/components/TeamInfo.tsx b/src/frontend/apps/desk/src/features/teams/components/TeamInfo.tsx index 15d3db1..0b1cffd 100644 --- a/src/frontend/apps/desk/src/features/teams/components/TeamInfo.tsx +++ b/src/frontend/apps/desk/src/features/teams/components/TeamInfo.tsx @@ -58,21 +58,30 @@ export const TeamInfo = ({ team }: TeamInfoProps) => { - + {t('{{count}} member', { count: team.accesses.length })} - + {t('Created at')}  - {created_at} + + {created_at} + - + {t('Last update at')}  - {updated_at} + + {updated_at} +