X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/18292dcc434ffd0d0605f28597009caf8b028008..e9bea64bf6806be1b0a951fd684fa13314cb8b67:/app/views/user/view.rhtml diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 1b7946f90..509630643 100644 --- a/app/views/user/view.rhtml +++ b/app/views/user/view.rhtml @@ -23,7 +23,7 @@ <% if @this_user != nil %>

-<%= t 'user.view.mapper since' %><%= l @this_user.creation_time %> (<%= time_ago_in_words(@this_user.creation_time) %> ago) +<%= t 'user.view.mapper since' %><%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>

<% end %>