diff --git a/app/views/search/_product.rhtml b/app/views/search/_product.rhtml
index 09ba5cf..2a30cb6 100644
--- a/app/views/search/_product.rhtml
+++ b/app/views/search/_product.rhtml
@@ -16,6 +16,6 @@ product_item_pos += 1
<% if product.enterprise %>
<%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
<% end %>
- <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %>
+ <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %>
--
libgit2 0.21.2