🐛 fix(template/prestation): Corrige les prix et labels des abonnements dans le template.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user