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: