X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f598ab412674ce5a78da98c54aa2fe2e4a05792..6b843cc15826b521ddf404e5b3a2f7ce91bb8648:/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 %> ==