From 4f5b9c8b36883647136fb02cc94de13b9337aa16 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Wed, 3 Dec 2025 08:35:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(template/prestation):=20Corr?= =?UTF-8?q?ige=20les=20prix=20et=20labels=20des=20abonnements=20dans=20le?= =?UTF-8?q?=20template.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pages/prestation.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pages/prestation.twig b/templates/pages/prestation.twig index 9247e06..31ceef3 100644 --- a/templates/pages/prestation.twig +++ b/templates/pages/prestation.twig @@ -400,8 +400,8 @@ '1M': { price: 5, label: '5€ / mois' }, '2M': { price: 8, label: '4€ / mois' }, '3M': { price: 12, label: '4€ / mois' }, - '6M': { price: 30, label: '5€ / mois' }, - '12M': { price: 50, label: '4.17€ / mois' } + '6M': { price: 25, label: '4.16€ / mois' }, + '12M': { price: 40, label: '3.33€ / mois' } }; // Translation Keys (In a real Symfony app, these would be loaded from an assets file or context)