diff --git a/app/controllers/public/search_controller.rb b/app/controllers/public/search_controller.rb index 095378c..3618886 100644 --- a/app/controllers/public/search_controller.rb +++ b/app/controllers/public/search_controller.rb @@ -195,7 +195,7 @@ class SearchController < ApplicationController [ [ :people, _('People'), @finder.recent('people', limit) ], [ :enterprises, __('Enterprises'), @finder.recent('enterprises', limit) ], - [ :products, ('Products'), @finder.recent('products', limit) ], + [ :products, _('Products'), @finder.recent('products', limit) ], [ :events, _('Upcoming events'), @finder.upcoming_events({:per_page => limit}) ], [ :communities, __('Communities'), @finder.recent('communities', limit) ], [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles(limit) ], -- libgit2 0.21.2