app/models/concerns/spotlight/exhibit_defaults.rb in blacklight-spotlight-3.0.0.rc1 vs app/models/concerns/spotlight/exhibit_defaults.rb in blacklight-spotlight-3.0.0.rc2
- old
+ new
@@ -27,10 +27,10 @@
end
def initialize_browse
return unless searches.blank?
- searches.create title: 'All Exhibit Items',
+ searches.create title: 'All exhibit items',
long_description: 'All items in this exhibit.'
end
def initialize_main_navigation
default_main_navigations.each_with_index do |nav_type, weight|