diff --git a/app/views/search/sellers.rhtml b/app/views/search/sellers.rhtml
index 4190126..4bfbf57 100644
--- a/app/views/search/sellers.rhtml
+++ b/app/views/search/sellers.rhtml
@@ -16,7 +16,7 @@
<% form_tag({}, {:method => 'get'}) do %>
<%= _('Category: ') %> <%= select_tag 'category', options_from_collection_for_select(@categories, :id, :name, @product_category) %>
- <%= _('Distance form point: ') %> <%= text_field_tag 'radius' %>
+ <%= _('Distance from point: ') %> <%= text_field_tag 'radius' %>
<%= _('Region') %> <%= select_tag 'region', options_from_collection_for_select(@regions, :id, :name, @region) %>
<%= submit_tag _('Search') %>
<% end %>
--
libgit2 0.21.2