]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/no_such_user.rhtml
Add some more missing translations. Use .to_sentence instead of .join(', ') so that...
[rails.git] / app / views / trace / no_such_user.rhtml
index 7820b4847c6d260a232005a0eda5bcda52a2a930..46ff6c1b07e52f0654f4970f811519059952e736 100644 (file)
@@ -1,2 +1,2 @@
 <h2><%= h(@not_found_user) %></h2>
-<p>Sorry, there is no user with the name <%= @not_found_user -%>. Please check your spelling, or maybe the link you clicked is wrong.</p>
+<p><%= t'trace.no_such_user.no_such_user', :name => @not_found_user %></p>