From 59babaf039b552c91ce743d61a2406b29f7084af Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Fri, 19 Oct 2018 22:37:12 +0200 Subject: [PATCH] fix missing translation for email already taken --- config/locales/fr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index a257fa6..427b195 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -14,6 +14,8 @@ fr: attributes: password_confirmation: confirmation: "La confirmation et le mot de passe ne correspondent pas" + email: + taken: "Cet e-mail est déjà utilisé" time: formats: default: "%d-%m-%Y %H:%M:%S"