Rename subject translation key, for consistency
This commit is contained in:
parent
030591e318
commit
8f157ab2b1
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ class UserMailer < ApplicationMailer
|
|||
|
||||
mail :from => from_address(message.sender.display_name, "m", message.id, message.digest),
|
||||
:to => message.recipient.email,
|
||||
:subject => I18n.t("user_mailer.message_notification.subject_header", :subject => message.title)
|
||||
:subject => t(".subject", :message_title => message.title)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue