fix(typo): Correction d'éxonération en exonération
parent
df431256e2
commit
aa21367fc2
|
@ -144,7 +144,7 @@ Exporte les règles au format json pour optimiser le chargement
|
|||
|
||||
Corrige des bugs dans l’implémentation de la convention collective du sport :
|
||||
|
||||
- Enlève la boucle du calcul de la limite d’éxonération de la prévoyance
|
||||
- Enlève la boucle du calcul de la limite d’exonération de la prévoyance
|
||||
- Renomme la règle `salarié . convention collective . sport . exonération cotisation AT . refus` en `salarié . convention collective . sport . refus exonération cotisation AT`
|
||||
- Correction d’unités
|
||||
- Correction du calcul de la retraite complémenaire AGIRC-ARRCO
|
||||
|
|
|
@ -1545,15 +1545,15 @@ pages:
|
|||
meta:
|
||||
description: Estimation du montant de l'exonération Lodeom. Cette exonération
|
||||
est applicable, sous conditions, aux salariés d'Outre-mer.
|
||||
title: Éxonération Lodeom
|
||||
title: Exonération Lodeom
|
||||
month-by-month:
|
||||
caption: "Exonération Lodeom mois par mois :"
|
||||
shortname: Éxonération Lodeom
|
||||
shortname: Exonération Lodeom
|
||||
tab:
|
||||
month: Exonération mensuelle
|
||||
month-by-month: Exonération mois par mois
|
||||
year: Exonération annuelle
|
||||
title: Simulateur d'éxonération Lodeom
|
||||
title: Simulateur d'exonération Lodeom
|
||||
warnings:
|
||||
JEI: L'exonération Lodeom n'est pas cumulable avec l'exonération Jeune
|
||||
Entreprise Innovante (JEI).
|
||||
|
|
|
@ -11,13 +11,13 @@ export function lodeomConfig({ t, sitePaths }: SimulatorsDataParams) {
|
|||
icône: '🏷️',
|
||||
iframePath: 'simulateur-lodeom',
|
||||
pathId: 'simulateurs.lodeom',
|
||||
shortName: t('pages.simulateurs.lodeom.shortname', 'Éxonération Lodeom'),
|
||||
shortName: t('pages.simulateurs.lodeom.shortname', 'Exonération Lodeom'),
|
||||
title: t(
|
||||
'pages.simulateurs.lodeom.title',
|
||||
"Simulateur d'éxonération Lodeom"
|
||||
"Simulateur d'exonération Lodeom"
|
||||
),
|
||||
meta: {
|
||||
title: t('pages.simulateurs.lodeom.meta.title', 'Éxonération Lodeom'),
|
||||
title: t('pages.simulateurs.lodeom.meta.title', 'Exonération Lodeom'),
|
||||
description: t(
|
||||
'pages.simulateurs.lodeom.meta.description',
|
||||
"Estimation du montant de l'exonération Lodeom. Cette exonération est applicable, sous conditions, aux salariés d'Outre-mer."
|
||||
|
|
Loading…
Reference in New Issue