From 53c62a0ac793a69d6c4ee40c495c5bc7b44cb826 Mon Sep 17 00:00:00 2001 From: pghorpade Date: Wed, 8 Nov 2023 18:15:02 -0800 Subject: [PATCH] fix: revert Statement of responsibility with Statement of Responsibility --- config/locales/blacklight.en.yml | 2 +- spec/presenters/ursus/note_metadata_presenter_spec.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/blacklight.en.yml b/config/locales/blacklight.en.yml index 7625ccf16..58b18dd2f 100644 --- a/config/locales/blacklight.en.yml +++ b/config/locales/blacklight.en.yml @@ -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' diff --git a/spec/presenters/ursus/note_metadata_presenter_spec.rb b/spec/presenters/ursus/note_metadata_presenter_spec.rb index 7be541b75..e6abd73f6 100644 --- a/spec/presenters/ursus/note_metadata_presenter_spec.rb +++ b/spec/presenters/ursus/note_metadata_presenter_spec.rb @@ -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' @@ -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