X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8e5364b2f2162568cb23263cea9ad69122546ff7..7f83692317119cd97e0d4f4adc4095daef5de4ca:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index d7d866337..fd0e29165 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -26,8 +26,8 @@ <%= link_to note.id.to_s, :controller => "browse", :action => "note", :id => note.id %> <%= note_author(note.author) %> <%= note.comments.first.body.to_html %> - <%= friendly_date(note.created_at) %> - <%= friendly_date(note.updated_at) %> + <%= t 'note.mine.ago_html', :when => friendly_date(note.created_at) %> + <%= t 'note.mine.ago_html', :when => friendly_date(note.updated_at) %> <% end -%>