X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a5124ed40900e1a8c16c3acffda651dcdc70e810..26777c44648f908b723c0c74b65972f75ac5fd3d:/app/views/users/_contact.html.erb diff --git a/app/views/users/_contact.html.erb b/app/views/users/_contact.html.erb index ec3913696..ab56ce3e8 100644 --- a/app/views/users/_contact.html.erb +++ b/app/views/users/_contact.html.erb @@ -23,7 +23,7 @@
<% changeset = contact.changesets.first %> <% if changeset %> - <%= t('user.show.latest edit', :ago => t('user.show.ago', :time_in_words_ago => time_ago_in_words(changeset.created_at))) %> + <%= t('users.show.latest edit', :ago => t('users.show.ago', :time_in_words_ago => time_ago_in_words(changeset.created_at))) %> <% comment = changeset.tags['comment'].to_s != '' ? changeset.tags['comment'] : t('browse.no_comment') %> "<%= link_to(comment, {:controller => 'browse', :action => 'changeset', :id => changeset.id},