Skip to content

Commit

Permalink
[Calculateur] Impact social : clarifier le wording (gip-inclusion#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Nov 8, 2023
1 parent 66446b1 commit 9599c8d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lemarche/templates/pages/social-impact-for-buyers.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends BASE_TEMPLATE %}
{% load bootstrap4 static humanize wagtailcore_tags advert_cms %}

{% block title %}Calculer limpact social dun achat inclusif{{ block.super }}{% endblock %}
{% block title %}Calculer l'impact social d'un achat inclusif{{ block.super }}{% endblock %}
{% block meta_description %}
<meta name="description" content="Identifier rapidement le nombre total de prestataires inclusifs pouvant répondre à votre besoin et mesurer leur capacité globale de production.">
{% endblock %}
Expand All @@ -14,7 +14,7 @@
<nav class="c-breadcrumb c-breadcrumb--marche" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{% url 'wagtail_serve' '' %}">Accueil</a></li>
<li class="breadcrumb-item active" aria-current="page">Calculer limpact social dun achat inclusif</li>
<li class="breadcrumb-item active" aria-current="page">Calculer l'impact social d'un achat inclusif</li>
</ol>
</nav>
</div>
Expand All @@ -29,10 +29,10 @@
<div class="s-page-menu-01__row row align-items-center">
<div class="s-page-menu-01__col s-page-menu-01__col--title col-12 col-lg-10">
<h1 class="h1-hero">
<strong>Calculer limpact social dun achat inclusif</strong>
<strong>Calculer l'impact social d'un achat inclusif</strong>
</h1>
<h2 class="mb-0">
Renseignez le montant de votre achat et découvrez à combien demploi inclusif vous contribuez.
Renseignez le montant de votre achat et découvrez à combien d'emploi inclusif vous contribuez.
</h2>
</div>
</div>
Expand Down Expand Up @@ -83,12 +83,12 @@ <h3>Résultats</h3>
{% if results.nb_of_hours_per_mounth %}
<p>
Malheureusement, votre achat ne permet pas de financer un emploi à temps plein,
par contre il pourrait contribuer à approximativement <b>{{results.nb_of_hours_per_mounth}} heures de travail sur un mois</b>.
par contre il pourrait contribuer à approximativement <strong>{{ results.nb_of_hours_per_mounth }} heures de travail sur 1 mois</strong>.
</p>
{% else %}
<p>
Bravo ! Votre achat inclusif pourrait contribuer à financer approximativement <b>{{results.nb_of_jobs_per_mounth}}
emploi{{results.nb_of_jobs_per_mounth|pluralize}} durant 1 mois</b>.
Bravo ! Votre achat inclusif pourrait contribuer à financer approximativement
<strong>{{ results.nb_of_jobs_per_mounth }} emploi{{ results.nb_of_jobs_per_mounth|pluralize }} à temps plein durant 1 mois</strong>.
</p>
{% endif %}
<p class="fs-sm">
Expand Down

0 comments on commit 9599c8d

Please sign in to comment.