diff --git a/source/engine/mecanismViews/Composantes.js b/source/engine/mecanismViews/Composantes.js index e7406f439..7ff9ac851 100644 --- a/source/engine/mecanismViews/Composantes.js +++ b/source/engine/mecanismViews/Composantes.js @@ -23,8 +23,8 @@ let Comp = withLanguage(function Composantes({ unit={unit} child={ <> -

- Cette règle est la somme de{' '} +

+ La somme de{' '} {writtenNumbers[language][explanation.length]}{' '} :

diff --git a/source/engine/mecanismViews/Variations.js b/source/engine/mecanismViews/Variations.js index 2683cf337..8e32d01e6 100644 --- a/source/engine/mecanismViews/Variations.js +++ b/source/engine/mecanismViews/Variations.js @@ -28,9 +28,8 @@ let Comp = withLanguage(function Variations({ value={nodeValue} child={ <> -

- Cette règle présente{' '} - {writtenNumbers[language][explanation.length]}{' '} +

+ {writtenNumbers[language][explanation.length]}{' '} :

    diff --git a/source/locales/en.yaml b/source/locales/en.yaml index c0a412399..503d70e41 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -177,8 +177,7 @@ legalNotice: contact@mon-entreprise.beta.gouv.fr -Cette règle est la somme de: This rule is the sum of -Cette règle présente: This rule has +La somme de: This rule is the sum of Si: If Sinon: Else Alors: Then