]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/_contact.html.erb
Update translation keys for renaming of user to users
[rails.git] / app / views / users / _contact.html.erb
index ec39136968cbf490aedd4dbaf62e3158ba134a4b..ab56ce3e80a310f144611a47307d61e5bb6eb999 100644 (file)
@@ -23,7 +23,7 @@
     <p>
       <% 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},