]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/no_such_entry.html.erb
Use lazy translations where possible
[rails.git] / app / views / diary_entry / no_such_entry.html.erb
index ff9a811c76abdbb33ec1b6b93383fb18d9a34e26..4fb5ca49d4739f768306414163b618cb34d8bc0e 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
-  <h2><%= t 'diary_entry.no_such_entry.heading', :id => h(params[:id]) %></h2>
+  <h2><%= t '.heading', :id => h(params[:id]) %></h2>
 <% end %>
 
-<p><%= t 'diary_entry.no_such_entry.body', :id => h(params[:id]) %></p>
+<p><%= t '.body', :id => h(params[:id]) %></p>