X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..32b422aefb5a25644afa7edef50777732cf5b20f:/app/views/trace/no_such_user.rhtml diff --git a/app/views/trace/no_such_user.rhtml b/app/views/trace/no_such_user.rhtml index 7820b4847..6b1b27f46 100644 --- a/app/views/trace/no_such_user.rhtml +++ b/app/views/trace/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'trace.no_such_user.heading', :user => @not_found_user %>

+

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