From cb2cc9e8d2443475dca123b44ef7a186e0667f99 Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 23 Jul 2019 14:16:50 +0200 Subject: [PATCH] Simplification du texte d'introduction des variations et composantes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le terme règle est obscur --- source/engine/mecanismViews/Composantes.js | 4 ++-- source/engine/mecanismViews/Variations.js | 5 ++--- source/locales/en.yaml | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) 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