From f169219c8b8a67e9b6163c07efbb380de5cc3a8f Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 25 Dec 2019 16:58:54 +0100 Subject: [PATCH] fix missing activerecord error for title too long --- config/locales/fr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 3413510..187a6c9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -21,6 +21,10 @@ fr: confirmation: "La confirmation et le mot de passe ne correspondent pas" username: invalid: "Le nom d'utilisateur est invalide" + story: + attributes: + title: + too_long: "Le titre est trop long" hats: index: hatstitle: "Chapeaux"