]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/view.rhtml
Add the ago translation in the user account view that was missed.
[rails.git] / app / views / user / view.rhtml
index 1b7946f9048740d0c6e7f76b3c7218fee0786c66..5096306431635eb333757622c896c1285142197c 100644 (file)
@@ -23,7 +23,7 @@
 
 <% if @this_user != nil %>
 <P>
-<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> (<%= time_ago_in_words(@this_user.creation_time) %> ago)
+<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
 </P>
 <% end %>