X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ceb6a86430343b379e09771d7f040c223adde69d..972363baf6688f82ba3b7aa8d54a4747b5f290a2:/app/views/user/view.rhtml
diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml
index d97680e6b..37954e54b 100644
--- a/app/views/user/view.rhtml
+++ b/app/views/user/view.rhtml
@@ -93,7 +93,7 @@
<% @this_user.nearby.each do |nearby| %>
<%= link_to h(nearby.display_name), :controller => 'user', :action => 'view', :display_name => nearby.display_name %> |
- <%= t 'user.view.no nearby users', :distance => @this_user.distance(nearby).round %> |
+ <%= t 'user.view.km away', :distance => @this_user.distance(nearby).round %> |
(<%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :user_id => nearby.id %>) |
<% end %>