X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/248f63f728295afcc6052f73f1a1617829a3ba90..a5124ed40900e1a8c16c3acffda651dcdc70e810:/app/views/users/_contact.html.erb diff --git a/app/views/users/_contact.html.erb b/app/views/users/_contact.html.erb index bcc2faf35..ec3913696 100644 --- a/app/views/users/_contact.html.erb +++ b/app/views/users/_contact.html.erb @@ -14,9 +14,9 @@ <% if @user.home_lon and @user.home_lat and contact.home_lon and contact.home_lat %> <% distance = @user.distance(contact) %> <% if distance < 1 %> - (<%= t 'user.show.m away', :count => (distance * 1000).round %>) + (<%= t 'users.show.m away', :count => (distance * 1000).round %>) <% else %> - (<%= t 'user.show.km away', :count => distance.round %>) + (<%= t 'users.show.km away', :count => distance.round %>) <% end %> <% end %>