diff --git a/app/controllers/public/search_controller.rb b/app/controllers/public/search_controller.rb index d94b754..ffd61b5 100644 --- a/app/controllers/public/search_controller.rb +++ b/app/controllers/public/search_controller.rb @@ -175,9 +175,9 @@ class SearchController < PublicController AVAILABLE_SEARCHES = ActiveSupport::OrderedHash[ :articles, _('Contents'), - :enterprises, _('Enterprises'), :people, _('People'), :communities, _('Communities'), + :enterprises, _('Enterprises'), :products, _('Products and Services'), :events, _('Events'), ] diff --git a/public/designs/themes/base/navigation.html.erb b/public/designs/themes/base/navigation.html.erb index f5ba0a2..bae22a2 100644 --- a/public/designs/themes/base/navigation.html.erb +++ b/public/designs/themes/base/navigation.html.erb @@ -1,10 +1,10 @@