X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a5124ed40900e1a8c16c3acffda651dcdc70e810..58c101762ecbe4300364c12624d1c57cacb00e99:/app/views/users/_contact.html.erb diff --git a/app/views/users/_contact.html.erb b/app/views/users/_contact.html.erb index ec3913696..5c3afaa89 100644 --- a/app/views/users/_contact.html.erb +++ b/app/views/users/_contact.html.erb @@ -23,14 +23,14 @@

<% 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}, - {:title => t('changeset.changeset.view_changeset_details')}) + {:title => t('changesets.changeset.view_changeset_details')}) %>" <% else %> - <%= t'changeset.changeset.no_edits' %> + <%= t'changesets.changeset.no_edits' %> <% end %>