X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/448a68447fcadbb1e544fe8ebdea4d029e9593a1..5542fd2bce182e2ac42782d88d0c99fb15a31e3f:/app/views/notifier/note_comment_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/note_comment_notification.html.erb b/app/views/notifier/note_comment_notification.html.erb index 909bffaa6..3a8286028 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' %>

+

<%= t ".greeting" %>

<% if @owner %> -

<%= raw t "notifier.note_comment_notification.#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %>

+

<%= raw t ".#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %>

<% else %> -

<%= raw t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => link_to_user(@commenter), :place => @place %>

+

<%= raw t ".#{@event}.commented_note", :commenter => link_to_user(@commenter), :place => @place %>

<% end %> <% unless @comment.empty? %> @@ -12,4 +12,4 @@ <% end %> <% end %> -

<%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %>

+

<%= raw t ".details", :url => link_to(@noteurl, @noteurl) %>