From 175932ffa3fb2747cafd158b8142df9b7010a3d4 Mon Sep 17 00:00:00 2001 From: N3WT DE COMPET Date: Sun, 11 May 2025 18:19:50 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Corrrection=20typo=20dans=20description?= =?UTF-8?q?=20des=20tableaux=20frais/r=C3=A9duction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Structure/Tarification/DiscountsSection.js | 2 +- Front-End/src/components/Structure/Tarification/FeesSection.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Front-End/src/components/Structure/Tarification/DiscountsSection.js b/Front-End/src/components/Structure/Tarification/DiscountsSection.js index bdf8d3e..34ef6ec 100644 --- a/Front-End/src/components/Structure/Tarification/DiscountsSection.js +++ b/Front-End/src/components/Structure/Tarification/DiscountsSection.js @@ -351,7 +351,7 @@ const DiscountsSection = ({ icon={Tag} discountStyle={true} title={`${type == 0 ? "Liste des réductions sur les frais d'inscription" : 'Liste des réductions sur les frais de scolarité'}`} - description={`'Gérez' ${type == 0 ? " vos réductions sur les frais d'inscription" : ' vos réductions sur les frais de scolarité'}`} + description={`Gérez ${type == 0 ? " vos réductions sur les frais d'inscription" : ' vos réductions sur les frais de scolarité'}`} button={!subscriptionMode} onClick={handleAddDiscount} /> diff --git a/Front-End/src/components/Structure/Tarification/FeesSection.js b/Front-End/src/components/Structure/Tarification/FeesSection.js index da4aab4..fb58700 100644 --- a/Front-End/src/components/Structure/Tarification/FeesSection.js +++ b/Front-End/src/components/Structure/Tarification/FeesSection.js @@ -325,7 +325,7 @@ const FeesSection = ({