diff --git a/components/admin/ChallengeManagement.tsx b/components/admin/ChallengeManagement.tsx index 234f623..c714369 100644 --- a/components/admin/ChallengeManagement.tsx +++ b/components/admin/ChallengeManagement.tsx @@ -213,7 +213,8 @@ export default function ChallengeManagement() { {pendingChallenges.length > 0 && ( • {pendingChallenges.length} défi - {pendingChallenges.length > 1 ? "s" : ""} en attente d'acceptation + {pendingChallenges.length > 1 ? "s" : ""} en attente + d'acceptation )}