diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 4ab73fa1..a840d214 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -82,7 +82,9 @@ class CatalogController < ApplicationController # rubocop:disable Metrics/ClassL # :index_range can be an array or range of prefixes that will be used to create the navigation # (note: It is case sensitive when searching values) - config.add_facet_field 'collection_title_facet', label: 'Collection', limit: 10, collapse: false, sort: 'index' + # rubocop:disable Metrics/LineLength + config.add_facet_field 'collection_title_facet', label: 'Administrative Set', limit: 10, collapse: false, sort: 'index' + # rubocop:enable Metrics/LineLength config.add_facet_field 'presentation_set_label', label: 'Presentation Set', limit: 10, collapse: false, sort: 'index', if: :collection_facet_selected? config.add_facet_field 'author_not_tokenized', label: 'Author', limit: 10 diff --git a/config/locales/en.yml b/config/locales/en.yml index aa8f668e..6a89bbaa 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -79,7 +79,7 @@ en: true: 'Yes' false: 'No' cas_user: User - collection: Collection + collection: Administrative Set id: Job ID metadata_file: Metadata File model: Content Model