🐛 fix(template/prestation): Corrige les prix et labels des abonnements dans le template.

This commit is contained in:
Serreau Jovann
2025-12-03 08:35:44 +01:00
parent 6bf597a109
commit 4f5b9c8b36

View File

@@ -400,8 +400,8 @@
'1M': { price: 5, label: '5€ / mois' }, '1M': { price: 5, label: '5€ / mois' },
'2M': { price: 8, label: '4€ / mois' }, '2M': { price: 8, label: '4€ / mois' },
'3M': { price: 12, label: '4€ / mois' }, '3M': { price: 12, label: '4€ / mois' },
'6M': { price: 30, label: '5€ / mois' }, '6M': { price: 25, label: '4.16€ / mois' },
'12M': { price: 50, label: '4.17€ / 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) // Translation Keys (In a real Symfony app, these would be loaded from an assets file or context)