From eb6577d09ba741a9f4bfd7c6e0997c2da448312a Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Tue, 26 May 2020 19:05:11 +0200 Subject: [PATCH] Fixing labels --- src/includes/account-creation.pug | 2 +- translation/en.yml | 2 +- translation/fr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/includes/account-creation.pug b/src/includes/account-creation.pug index 796b59d3..254f923a 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.whatIsAContributeur}` + p.p_entete=`${data.whatIsAContributor}` h2.button_base=`${data.IAmContributor}` sib-link.block_log(next='entrepreneur-new-account') diff --git a/translation/en.yml b/translation/en.yml index 527fda5c..71ba25f2 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 ? -whatIsAContributeur : A contributor feeds the database and is part of the validation process of the resources. +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 92314a9f..eb0eeca2 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 ? -whatIsAContributeur : Un contributeur alimente la base de donnée et fait partie du processus de validation des ressources. +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