]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_entry.html.erb
Merge pull request #1151 from polarbearing/patch-1
[rails.git] / app / views / notes / _entry.html.erb
index 6f0c8fb717e1b7209f041716206c69219c0ecf6f..624ecd15d8654e3c8733e589f99a317465b37705 100644 (file)
@@ -1,4 +1,4 @@
-<h2><%= t "note.entry.comment" %></h2>
+<h2><%= t ".comment" %></h2>
 <%= render :partial => "comment", :object => entry %>
-<h2><%= t "note.entry.full" %></h2>
+<h2><%= t ".full" %></h2>
 <%= render :partial => "description", :object => entry.note %>