X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/92ce228cbe24ed030090823d2a4e92ee5089732c..2bf9144702dcef4c544bf76e6d7dfc24265e3b3a:/app/views/notifier/note_comment_notification.html.erb diff --git a/app/views/notifier/note_comment_notification.html.erb b/app/views/notifier/note_comment_notification.html.erb index b17fe67f8..d82723bbb 100644 --- a/app/views/notifier/note_comment_notification.html.erb +++ b/app/views/notifier/note_comment_notification.html.erb @@ -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 %> ==