fix(rgaa): missing title on signin (8.6)

This commit is contained in:
Colin Darie 2022-08-30 17:46:19 +02:00
parent ba70cae75a
commit b4f791b1f1
3 changed files with 9 additions and 0 deletions

View file

@ -1,4 +1,5 @@
= content_for(:page_id, 'auth')
= content_for(:title, t('metas.signin.title'))
#session-new.auth-form.sign-in-form

View file

@ -0,0 +1,4 @@
en:
metas:
signin:
title: "Sign-in"

View file

@ -0,0 +1,4 @@
fr:
metas:
signin:
title: "Se connecter"