]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/note_comment_notification.text.erb
Added a greeting to the changeset comment message
[rails.git] / app / views / notifier / note_comment_notification.text.erb
index 81306f9cb2ac5f7e040b404bb6501d868a49641d..c8a967450d4b5a2d22b73e0f7030bf599fcc01ef 100644 (file)
@@ -1,9 +1,9 @@
 <%= t 'notifier.note_comment_notification.greeting' %>
 
 <% if @owner %>
-<%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %>
+<%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %>
 <% else %>
-<%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %>
+<%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
 <% end %>
 
 ==