Add forgotten title

This commit is contained in:
Corinne Durrmeyer 2024-09-19 10:37:30 +02:00
parent ca6b413e23
commit 2598bb99d0
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
= content_for(:page_id, 'auth') = content_for(:page_id, 'auth')
= content_for(:title, t('metas.signup.title'))
.auth-form .auth-form
= devise_error_messages! = devise_error_messages!

View file

@ -1,7 +1,9 @@
en: en:
metas: metas:
signin: signin:
title: "Sign-in" title: "Sign in"
signup:
title: "Create an account"
users: users:
dossiers: dossiers:
index: index:

View file

@ -2,6 +2,8 @@ fr:
metas: metas:
signin: signin:
title: "Se connecter" title: "Se connecter"
signup:
title: "Créer un compte"
users: users:
dossiers: dossiers:
index: index: