feat(i18n): translate email greetings

This commit is contained in:
Paul Chavard 2021-08-26 12:40:20 +02:00
parent a80fc96d5c
commit 6eb072e69f
29 changed files with 32 additions and 56 deletions

View file

@ -1,7 +1,6 @@
- content_for(:title, 'Votre nouvelle adresse email')
%p
Bonjour,
%p= t(:greeting, scope: [:layouts, :signature])
- unconfirmed_email = @resource.try(:unconfirmed_email?)
- if unconfirmed_email.present?