Skip to content
Snippets Groups Projects
Unverified Commit cc585a6c authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent 3d2c2569
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,11 @@ class ExtranetMailer < ApplicationMailer
merge_with_university_infos(@university, {})
mail from: @university.mail_from[:full],
to: @email,
subject: @l10n.invitation_message_subject if should_send?(@email)
I18n.with_locale(@language.iso_code.to_sym) do
mail from: @university.mail_from[:full],
to: @email,
subject: @l10n.invitation_message_subject if should_send?(@email)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment