X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7eb181999d3357bf210ceb24e18c913bf3ef6ba3..6378c21ecb27f63e57e161f520fb8989450d47cf:/app/views/user/no_such_user.rhtml diff --git a/app/views/user/no_such_user.rhtml b/app/views/user/no_such_user.rhtml index 7820b4847..585d29d8c 100644 --- a/app/views/user/no_such_user.rhtml +++ b/app/views/user/no_such_user.rhtml @@ -1,2 +1,2 @@ -

<%= h(@not_found_user) %>

-

Sorry, there is no user with the name <%= @not_found_user -%>. Please check your spelling, or maybe the link you clicked is wrong.

+

<%= t 'user.no_such_user.heading', :user => @not_found_user %>

+

<%= t 'user.no_such_user.body', :user => @not_found_user %>