X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9d3b419aad3069db13fc0169049a30fbc2b2a288..e01df312b8fee6f67bf84b4c8293b57789b6fe2c:/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 -%>