From 2598bb99d05e26f294003fc7e4884930e49b964d Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Thu, 19 Sep 2024 10:37:30 +0200 Subject: [PATCH] Add forgotten title --- app/views/users/registrations/new.html.haml | 1 + config/locales/metas.en.yml | 4 +++- config/locales/metas.fr.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/users/registrations/new.html.haml b/app/views/users/registrations/new.html.haml index cbefa0140..7db21e4d7 100644 --- a/app/views/users/registrations/new.html.haml +++ b/app/views/users/registrations/new.html.haml @@ -1,4 +1,5 @@ = content_for(:page_id, 'auth') += content_for(:title, t('metas.signup.title')) .auth-form = devise_error_messages! diff --git a/config/locales/metas.en.yml b/config/locales/metas.en.yml index 4cbf750ce..68e67b732 100644 --- a/config/locales/metas.en.yml +++ b/config/locales/metas.en.yml @@ -1,7 +1,9 @@ en: metas: signin: - title: "Sign-in" + title: "Sign in" + signup: + title: "Create an account" users: dossiers: index: diff --git a/config/locales/metas.fr.yml b/config/locales/metas.fr.yml index 5261f1215..18cdd9529 100644 --- a/config/locales/metas.fr.yml +++ b/config/locales/metas.fr.yml @@ -2,6 +2,8 @@ fr: metas: signin: title: "Se connecter" + signup: + title: "Créer un compte" users: dossiers: index: