Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher committed Sep 22, 2024
1 parent 11412b3 commit 0cd4072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Dashboard = () => {
{
title: "Participants inscrits",
value: allParticipants?.length.toString() || "0",
description: "inscription débutée",
description: "inscriptions débutées",
unit: undefined,
},
{
Expand All @@ -58,7 +58,7 @@ const Dashboard = () => {
teams
?.filter((team) => team.validation_progress === 100)
.length.toString() || "0",
description: "dossier complet validé et payé",
description: "dossiers complets validés et payés",
unit: undefined,
},
{
Expand Down

0 comments on commit 0cd4072

Please sign in to comment.