instructeur need to confirm mail after invitation

This commit is contained in:
Lisa Durand 2024-06-25 15:14:26 +02:00
parent 169f07cadd
commit d7893b9102
No known key found for this signature in database
GPG key ID: 0DF91F2CA1E8B816
10 changed files with 79 additions and 12 deletions

View file

@ -0,0 +1,6 @@
en:
instructeur_mailer:
confirm_and_notify_added_instructeur:
email_body:
one_group: "You were assigned to the procedure « %{procedure} » by « %{email} »."
many_groups: "You were assigned to the group « %{groupe} » by « %{email} », in charge of procedure « %{procedure} »."

View file

@ -0,0 +1,6 @@
fr:
instructeur_mailer:
confirm_and_notify_added_instructeur:
email_body:
one_group: "Vous avez été affecté(e) à la démarche « %{procedure} » par « %{email} »."
many_groups: "Vous avez été ajouté(e) au groupe « %{groupe} » par « %{email} », en charge de la démarche « %{procedure} »."