Simplification du texte d'introduction des variations et composantes
Le terme règle est obscurpull/603/head
parent
a58853569a
commit
cb2cc9e8d2
|
@ -23,8 +23,8 @@ let Comp = withLanguage(function Composantes({
|
|||
unit={unit}
|
||||
child={
|
||||
<>
|
||||
<p>
|
||||
<Trans>Cette règle est la somme de</Trans>{' '}
|
||||
<p css="margin-bottom: 1em">
|
||||
<Trans>La somme de</Trans>{' '}
|
||||
{writtenNumbers[language][explanation.length]}{' '}
|
||||
<InlineMecanism name="composantes" /> :
|
||||
</p>
|
||||
|
|
|
@ -28,9 +28,8 @@ let Comp = withLanguage(function Variations({
|
|||
value={nodeValue}
|
||||
child={
|
||||
<>
|
||||
<p>
|
||||
<Trans>Cette règle présente</Trans>{' '}
|
||||
{writtenNumbers[language][explanation.length]}{' '}
|
||||
<p css="text-transform: capitalize">
|
||||
<Trans >{writtenNumbers[language][explanation.length]}{' '}</Trans>
|
||||
<InlineMecanism name="variations" /> :
|
||||
</p>
|
||||
<ol>
|
||||
|
|
|
@ -177,8 +177,7 @@ legalNotice:
|
|||
contact@mon-entreprise.beta.gouv.fr
|
||||
</0>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue