<% content_for :heading do %>
- <h1><%= t 'user.no_such_user.heading', :user => h(@not_found_user) %></h1>
+ <h1><%= t '.heading', :user => h(@not_found_user) %></h1>
<% end %>
-<p><%= t 'user.no_such_user.body', :user => h(@not_found_user) %></p>
+<p><%= t '.body', :user => h(@not_found_user) %></p>