From 83446759febda1397f824aef70c2e48ebbf4fd93 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Mon, 15 Dec 2025 21:21:25 +0100 Subject: [PATCH] Update challenge management component to improve pending challenges display: Simplify text for clarity by modifying the message format for pending challenges in the ChallengeManagement component. --- components/admin/ChallengeManagement.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 )}