Skip to content

Commit

Permalink
fix: revert Statement of responsibility with Statement of Responsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade committed Nov 9, 2023
1 parent 92a5fe1 commit 53c62a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
6 changes: 3 additions & 3 deletions spec/presenters/ursus/note_metadata_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'note_tesim' => 'Note',
'related_to_ssm' => 'Related items',
'human_readable_related_record_title_ssm' => 'Related records',
'resp_statement_tesim' => 'Statement of responsibility',
'resp_statement_tesim' => 'Statement of Responsibility',
'citation_source_tesim' => 'References',
'incipit_tesim' => 'Incipit',
'explicit_tesim' => 'Explicit'
Expand Down Expand Up @@ -68,8 +68,8 @@
expect(config['human_readable_related_record_title_ssm'].to_s).to eq('Related records')
end

it 'returns the Statement of responsibility Key' do
expect(config['resp_statement_tesim'].to_s).to eq('Statement of responsibility')
it 'returns the Statement of Responsibility Key' do
expect(config['resp_statement_tesim'].to_s).to eq('Statement of Responsibility')
end

it 'returns the References Key' do
Expand Down

0 comments on commit 53c62a0

Please sign in to comment.