]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/notifier.rb
Localisation updates from https://translatewiki.net.
[rails.git] / app / models / notifier.rb
index 1eb39e67844a8b2295f343284030d7b75c303f40..8f9e3e2954814e45151632c0ba88ca0db8fa6dfd 100644 (file)
@@ -167,6 +167,7 @@ class Notifier < ActionMailer::Base
 
   def changeset_comment_notification(comment, recipient)
     with_recipient_locale recipient do
+      @to_user = recipient.display_name
       @changeset_url = changeset_url(comment.changeset, :host => SERVER_URL)
       @comment = comment.body
       @owner = recipient == comment.changeset.user