]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/changeset_comment_notification.text.erb
Included greeting string in changeset_comment_notification email
[rails.git] / app / views / notifier / changeset_comment_notification.text.erb
index 44a3c121616fd58403922cfb88cfabd1b1254c96..af1176b53f4ad7d7704d4e4d2815b14926e3f166 100644 (file)
@@ -1,4 +1,4 @@
-<%= t 'notifier.changeset_comment_notification.greeting' %>
+<%= t 'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
 
 <% if @owner %>
   <%= t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => @commenter, :time => @time %>
@@ -16,3 +16,5 @@
 ==
 
 <%= t 'notifier.changeset_comment_notification.details', :url => @changeset_url %>
+
+<%= t 'notifier.changeset_comment_notification.unsubscribe', :url => @changeset_url %>