diff --git a/app/views/groupe_instructeur_mailer/notify_added_instructeurs.html.haml b/app/views/groupe_instructeur_mailer/notify_added_instructeurs.html.haml index eb1d15d38..7cf65d373 100644 --- a/app/views/groupe_instructeur_mailer/notify_added_instructeurs.html.haml +++ b/app/views/groupe_instructeur_mailer/notify_added_instructeurs.html.haml @@ -1,5 +1,4 @@ -%p - Bonjour, +%p= t(:hello, scope: [:views, :shared, :greetings]) %p - number_of_groups = @group.procedure.groupe_instructeurs.many? ? 'many_groups' : 'one_group' diff --git a/app/views/groupe_instructeur_mailer/notify_group_when_instructeurs_removed.html.haml b/app/views/groupe_instructeur_mailer/notify_group_when_instructeurs_removed.html.haml index 3d318abb6..1c3ccf1e1 100644 --- a/app/views/groupe_instructeur_mailer/notify_group_when_instructeurs_removed.html.haml +++ b/app/views/groupe_instructeur_mailer/notify_group_when_instructeurs_removed.html.haml @@ -1,5 +1,4 @@ -%p - Bonjour, +%p= t(:hello, scope: [:views, :shared, :greetings]) %p = t('.email_body', count: @removed_instructeur_emails.size, emails: @removed_instructeur_emails.join(', '), groupe: @group.label, email: @current_instructeur_email, procedure: @group.procedure.libelle) diff --git a/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml b/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml index 334c47375..9952a1b55 100644 --- a/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml +++ b/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml @@ -1,5 +1,4 @@ -%p - Bonjour, +%p= t(:hello, scope: [:views, :shared, :greetings]) %p - assignment_state = @still_assigned_to_procedure ? 'assigned' : 'unassigned'