From 75243c24fcc49245e6c665135556dfeee2e2dbe9 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Tue, 26 May 2020 19:12:41 +0200
Subject: [PATCH] Fix syntax

---
 src/includes/account-creation.pug | 4 ++--
 translation/en.yml                | 4 ++--
 translation/fr.yml                | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/includes/account-creation.pug b/src/includes/account-creation.pug
index 254f923a..66411ce2 100644
--- a/src/includes/account-creation.pug
+++ b/src/includes/account-creation.pug
@@ -14,7 +14,7 @@ sib-router(default-route='account-creation-index')
             figure.img_log
                 img(src=`${client_domain}/images/mentor.png` 
                 alt="Create your account as mentor")
-            p.p_entete=`${data.whatIsAContributor}` 
+            p.p_entete=`${data.WhatIsAContributor}` 
             h2.button_base=`${data.IAmContributor}`
 
     sib-link.block_log(next='entrepreneur-new-account')
@@ -22,7 +22,7 @@ sib-router(default-route='account-creation-index')
             figure.img_log
                 img(src=`${client_domain}/images/fusee.png` 
                 alt="Create your account as entrepreneur")
-            p.p_entete=`${data.whatIsASearcher}` 
+            p.p_entete=`${data.WhatIsASearcher}` 
             h2.button_base=`${data.IAmSearcher}`
 
 #mentor-new-account(hidden).no-sidebar.container
diff --git a/translation/en.yml b/translation/en.yml
index 71ba25f2..02f09265 100644
--- a/translation/en.yml
+++ b/translation/en.yml
@@ -116,7 +116,7 @@ IAmContributor: I am a contributor
 IAmSearcher: I am a searcher
 RequestIntro: The resources listed bellow were requested by searchers. By posting related resources you will help the cooperative community and enrich the database.
 DescriptionRequestEntrepreneur : How can we help ?
-whatIsAContributor : A contributor feeds the database and is part of the validation process of the resources.
-whatIsASearcher : A searcher uses the database and can request a resource to contributors.
+WhatIsAContributor : A contributor feeds the database and is part of the validation process of the resources.
+WhatIsASearcher : A searcher uses the database and can request a resource to contributors.
 AboutField : The fields you choose here must be related to your own field of expertise. Resources available for validation will be filtered based on that selection. The same thing is true regarding the languages you select here.
 AboutYouExplanation : Informations will appear on your profile to inform searchers about your skills and activities. We will also use those information to address specific resources for validation.
\ No newline at end of file
diff --git a/translation/fr.yml b/translation/fr.yml
index eb0eeca2..dbe68ed4 100644
--- a/translation/fr.yml
+++ b/translation/fr.yml
@@ -116,7 +116,7 @@ IAmContributor: Je suis un contributeur
 IAmSearcher: je suis un chercheur
 RequestIntro: Les ressources listées ci-dessous ont été demandées par des chercheurs. En publiant des ressources connexes, vous aiderez la communauté coopérative et enrichirez la base de données.
 DescriptionRequestEntrepreneur : Comment pouvons-nous aider ?
-whatIsAContributor : Un contributeur alimente la base de donnée et fait partie du processus de validation des ressources.
-whatIsASearcher : Un chercheur utilise la base de donnée et peut demander une ressource.
+WhatIsAContributor : Un contributeur alimente la base de donnée et fait partie du processus de validation des ressources.
+WhatIsASearcher : Un chercheur utilise la base de donnée et peut demander une ressource.
 AboutField : Les domaines que vous choisissez ici doivent être liés à votre domaine d'expertise. Les ressources vous seront soumises à validation sur la base de votre selection. C'est aussi vrai pour les langues que vous selectionnez.
 AboutYouExplanation : Ces informations apparaitront sur votre profil pour informer les chercheurs de vos compétences et activités. Elles seront également utilisées pour vous soumettre des ressources spécifiques à validation. 
\ No newline at end of file
-- 
GitLab