Add the ago translation in the user account view that was missed.
This commit is contained in:
parent
fddda4efa6
commit
e9bea64bf6
2 changed files with 2 additions and 1 deletions
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue