X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a22c3525e48872e7f7f083ba6589ca659a13234b..46d2e4ccfc39b590941548767722b17b5bd71a57:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index ff3349e28..018226566 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -108,7 +108,7 @@ class Notifier < ActionMailer::Base :title => "Re: #{comment.diary_entry.title}") mail :from => from_address(comment.user.display_name, "c", comment.id, comment.digest), - :to => comment.diary_entry.user.email, + :to => comment.diary_entry.user.email, :subject => I18n.t("notifier.diary_comment_notification.subject", :user => comment.user.display_name) end end