Skip to content
Extraits de code Groupes Projets
Valider 76073d45 rédigé par matze's avatar matze
Parcourir les fichiers

~FIX: changed the translate pattern inside notifier.rb: correct mail subject will be translated

~Translate: changed the mail contents of the invitation mail: no weird html string below the invitecode url.

- M
parent 40fd4768
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -40,7 +40,7 @@ class Notifier < ActionMailer::Base
@invitation_code = invitation_code
mail_opts = {:to => email, :from => AppConfig[:smtp_sender_address],
:subject => I18n.t('notifier.invited!'),
:subject => I18n.t('notifier.invited_you', :name => @inviter.person.name),
:host => AppConfig[:pod_uri].host}
I18n.with_locale(locale) do
......
......@@ -488,7 +488,6 @@ de:
Klick auf diesen Link um loszulegen
%{invite_url}
<%= invite_code_url(@invitation_code)%>
Alles Liebe,
......@@ -1016,4 +1015,4 @@ de:
welcome: "Willkommen!"
will_paginate:
next_label: "nächstes &raquo;"
previous_label: "&laquo; voriges"
\ No newline at end of file
previous_label: "&laquo; voriges"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter