From 870262ef023d58555ad75247d057db5d0c2a9bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9becca=20Kaci?= Date: Fri, 30 Jun 2023 15:55:56 +0200 Subject: [PATCH] refactor(mon-pix): fix wording on login or register form oidc --- mon-pix/translations/en.json | 2 +- mon-pix/translations/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mon-pix/translations/en.json b/mon-pix/translations/en.json index ae4a1cac080..03883569f36 100644 --- a/mon-pix/translations/en.json +++ b/mon-pix/translations/en.json @@ -1123,7 +1123,7 @@ "login-unauthorized-error": "There was an error in the email address or password entered." }, "login-form": { - "title": "Vous avez déjà un compte Pix ?", + "title": "I already have a Pix account.", "button": "Log in", "description": "Connectez-vous pour lier votre compte existant et récupérer vos compétences déjà évaluées", "email": "Email address", diff --git a/mon-pix/translations/fr.json b/mon-pix/translations/fr.json index 74491ea4863..098cb476b48 100644 --- a/mon-pix/translations/fr.json +++ b/mon-pix/translations/fr.json @@ -1123,7 +1123,7 @@ "login-unauthorized-error": "L'adresse e-mail et/ou le mot de passe saisis sont incorrects." }, "login-form": { - "title": "Vous avez déjà un compte Pix ?", + "title": "J’ai déjà un compte Pix", "button": "Je me connecte", "description": "Connectez-vous pour lier votre compte existant et récupérer vos compétences déjà évaluées", "email": "Adresse e-mail",