From 8f46a6254cf84f7c918ab8b38a1f11738972ec52 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 26 Nov 2016 13:33:04 +0100 Subject: [PATCH] fixes issue with invitation mail path to translations --- config/locales/en.yml | 2 +- config/locales/fr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 7e3c3d7..21652ba 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -106,7 +106,7 @@ en: buildinvverificationurl: "URL to verify you (Personal website, Github account, etc.)" buildinvrequest: "Request Invitation" invitation_mailer: - invitation.text: + invitation: title: "Hello %{email}," invitedto: "The user %{user} has invited you to %{appname}" createaccount: "To accept this invitation and create an account, visit the URL below:" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index f564e57..0526ea8 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -109,7 +109,7 @@ fr: buildinvverificationurl: "URL permettant la vérification (site web personnel, compte Github, etc.)" buildinvrequest: "Demande d'invitation" invitation_mailer: - invitation.text: + invitation: title: "Bonjour %{email}," invitedto: "L'utilisateur %{user} vous a invité au %{appname}" createaccount: "Pour accepter cette invitation et créer votre compte, merci de cliquer sur le lien ci-dessous :"