diff --git a/app/models/form/lettings/questions/address_search.rb b/app/models/form/lettings/questions/address_search.rb index 02be21384..c110767bf 100644 --- a/app/models/form/lettings/questions/address_search.rb +++ b/app/models/form/lettings/questions/address_search.rb @@ -6,6 +6,7 @@ class Form::Lettings::Questions::AddressSearch < ::Form::Question @plain_label = true @bottom_guidance_partial = "address_search" @question_number = QUESTION_NUMBER_FROM_YEAR[form.start_date.year] || QUESTION_NUMBER_FROM_YEAR[QUESTION_NUMBER_FROM_YEAR.keys.max] + @hide_question_number_on_page = true end def answer_options(log = nil, _user = nil) diff --git a/app/models/form/sales/questions/address_search.rb b/app/models/form/sales/questions/address_search.rb index c97322972..0d30cd5eb 100644 --- a/app/models/form/sales/questions/address_search.rb +++ b/app/models/form/sales/questions/address_search.rb @@ -6,6 +6,7 @@ class Form::Sales::Questions::AddressSearch < ::Form::Question @plain_label = true @bottom_guidance_partial = "address_search" @question_number = QUESTION_NUMBER_FROM_YEAR[form.start_date.year] || QUESTION_NUMBER_FROM_YEAR[QUESTION_NUMBER_FROM_YEAR.keys.max] + @hide_question_number_on_page = true end def answer_options(log = nil, _user = nil) diff --git a/config/locales/forms/2024/lettings/property_information.en.yml b/config/locales/forms/2024/lettings/property_information.en.yml index 188d7b61a..b2a899973 100644 --- a/config/locales/forms/2024/lettings/property_information.en.yml +++ b/config/locales/forms/2024/lettings/property_information.en.yml @@ -53,9 +53,9 @@ en: address_search: page_header: "Find address" check_answer_label: "Address" - check_answer_prompt: "Search for address or UPRN" + check_answer_prompt: "Search by address or UPRN" hint_text: "For example, '1 Victoria Road' or '10010457355'" - question_text: "Enter the address or UPRN to search" + question_text: "Search by address or UPRN" address: page_header: "Q12 - What is the property's address?" diff --git a/config/locales/forms/2024/sales/property_information.en.yml b/config/locales/forms/2024/sales/property_information.en.yml index 496b22bf0..d2825b40f 100644 --- a/config/locales/forms/2024/sales/property_information.en.yml +++ b/config/locales/forms/2024/sales/property_information.en.yml @@ -46,9 +46,9 @@ en: address_search: page_header: "Find address" check_answer_label: "Address" - check_answer_prompt: "Search for address or UPRN" + check_answer_prompt: "Search by address or UPRN" hint_text: "For example, '1 Victoria Road' or '10010457355'" - question_text: "Enter the address or UPRN to search" + question_text: "Search by address or UPRN" address: page_header: "Q12 - What is the property's address?" diff --git a/config/locales/forms/2025/lettings/property_information.en.yml b/config/locales/forms/2025/lettings/property_information.en.yml index 7ec7aa5ae..35fc58e07 100644 --- a/config/locales/forms/2025/lettings/property_information.en.yml +++ b/config/locales/forms/2025/lettings/property_information.en.yml @@ -53,9 +53,9 @@ en: address_search: page_header: "Find address" check_answer_label: "Address" - check_answer_prompt: "Search for address or UPRN" + check_answer_prompt: "Search by address or UPRN" hint_text: "For example, '1 Victoria Road' or '10010457355'" - question_text: "Enter the address or UPRN to search" + question_text: "Search by address or UPRN" address: page_header: "Q12 - What is the property's address?" diff --git a/config/locales/forms/2025/sales/property_information.en.yml b/config/locales/forms/2025/sales/property_information.en.yml index e9160091a..30b75f099 100644 --- a/config/locales/forms/2025/sales/property_information.en.yml +++ b/config/locales/forms/2025/sales/property_information.en.yml @@ -46,9 +46,9 @@ en: address_search: page_header: "Find address" check_answer_label: "Address" - check_answer_prompt: "Search for address or UPRN" + check_answer_prompt: "Search by address or UPRN" hint_text: "For example, '1 Victoria Road' or '10010457355'" - question_text: "Enter the address or UPRN to search" + question_text: "Search by address or UPRN" address: page_header: "Q12 - What is the property's address?"