diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 1cedea9f..8430fc3e 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -177,8 +177,8 @@ class CatalogController < ApplicationController link_to_facet: true config.add_show_field Settings.FIELDS.RESOURCE_TYPE, label: 'Resource Type', itemprop: 'type', link_to_facet: true # config.add_show_field Settings.FIELDS.FORMAT, label: 'Format', itemprop: 'format' - config.add_show_field Settings.FIELDS.RIGHTS, label: 'Rights', itemprop: 'rights' - config.add_show_field Settings.FIELDS.RIGHTS_HOLDER, label: 'Rights Holder', itemprop: 'rights_holder' + config.add_show_field Settings.FIELDS.RIGHTS, label: 'Use and Reproduction', itemprop: 'rights' + config.add_show_field Settings.FIELDS.RIGHTS_HOLDER, label: 'Copyright', itemprop: 'rights_holder' config.add_show_field Settings.FIELDS.LICENSE, label: 'License', itemprop: 'license' config.add_show_field( Settings.FIELDS.IDENTIFIER,