X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5dda4196d50774e8a44e9e137d45141d4151764b..e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6:/app/views/notes/_entry.html.erb diff --git a/app/views/notes/_entry.html.erb b/app/views/notes/_entry.html.erb index 6f0c8fb71..624ecd15d 100644 --- a/app/views/notes/_entry.html.erb +++ b/app/views/notes/_entry.html.erb @@ -1,4 +1,4 @@ -

<%= t "note.entry.comment" %>

+

<%= t ".comment" %>

<%= render :partial => "comment", :object => entry %> -

<%= t "note.entry.full" %>

+

<%= t ".full" %>

<%= render :partial => "description", :object => entry.note %>