diff --git a/app/models/form/sales/pages/uprn_confirmation.rb b/app/models/form/sales/pages/uprn_confirmation.rb index c7e6858df..a875a9c1f 100644 --- a/app/models/form/sales/pages/uprn_confirmation.rb +++ b/app/models/form/sales/pages/uprn_confirmation.rb @@ -1,7 +1,7 @@ class Form::Sales::Pages::UprnConfirmation < ::Form::Page def initialize(id, hsh, subsection) super - @id = "uprn_confirmation" + @header = "We found an address that might be this property" @copy_key = "sales.property.uprn_confirmed" end diff --git a/app/models/form/sales/pages/uprn_selection.rb b/app/models/form/sales/pages/uprn_selection.rb index b6188ec30..94f35540f 100644 --- a/app/models/form/sales/pages/uprn_selection.rb +++ b/app/models/form/sales/pages/uprn_selection.rb @@ -2,7 +2,7 @@ class Form::Sales::Pages::UprnSelection < ::Form::Page def initialize(id, hsh, subsection) super @id = "uprn_selection" - @copy_key = "sales.property.uprn_selection" + @header = "We found some addresses that might be this property" @depends_on = [ { "uprn_known" => nil, "address_options_present?" => true }, { "uprn_known" => 0, "address_options_present?" => true }, diff --git a/config/locales/forms/2023/sales/property.en.yml b/config/locales/forms/2023/sales/property.en.yml index 3579b04b0..6c412f62e 100644 --- a/config/locales/forms/2023/sales/property.en.yml +++ b/config/locales/forms/2023/sales/property.en.yml @@ -16,7 +16,7 @@ en: question_text: "Do you know the property's UPRN?" uprn_confirmed: - page_header: "We found an address that might be this property" + page_header: "" check_answer_label: "Is this the right address?" hint_text: "" question_text: "Is this the property address?" diff --git a/config/locales/forms/2024/sales/property.en.yml b/config/locales/forms/2024/sales/property.en.yml index aec8f45b1..1e145c725 100644 --- a/config/locales/forms/2024/sales/property.en.yml +++ b/config/locales/forms/2024/sales/property.en.yml @@ -16,7 +16,7 @@ en: question_text: "Do you know the property's UPRN?" uprn_confirmed: - page_header: "We found an address that might be this property" + page_header: "" check_answer_label: "Is this the right address?" hint_text: "" question_text: "Is this the property address?" @@ -39,7 +39,7 @@ en: question_text: "No address found" uprn_selection: - page_header: "We found some addresses that might be this property" + page_header: "" check_answer_label: "Select the correct address" hint_text: "" question_text: "Select the correct address"