Skip to content

Commit

Permalink
update statement of responsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond committed Nov 1, 2023
1 parent 7e45b80 commit 369b7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class CatalogController < ApplicationController
config.add_show_field 'provenance_tesim', label: 'Provenance'
config.add_show_field 'colophon_tesim', label: 'Colophon'
config.add_show_field 'note_tesim', label: 'Note'
config.add_show_field 'resp_statement_tesim', label: 'Statement of Responsibility'
config.add_show_field 'resp_statement_tesim', label: 'Statement of responsibility'
config.add_show_field 'citation_source_tesim', label: 'References'
config.add_show_field 'related_to_ssm', label: 'Related Items', auto_link: true # make this field url aware
config.add_show_field 'related_record_ssm', label: 'Related Records', auto_link: true # make this field url aware
Expand Down
2 changes: 1 addition & 1 deletion config/locales/blacklight.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ en:
publisher_tesim: 'Publisher'
repository_sim: 'Repository'
repository_tesim: 'Repository'
resp_statement_tesim: 'Statement of Responsibility'
resp_statement_tesim: 'Statement of responsibility'
rights_country_tesim: 'Rights Country'
rights_holder_tesim: 'Rights Holder'
human_readable_rights_statement_tesim: 'Rights statement'
Expand Down

0 comments on commit 369b7b8

Please sign in to comment.