From 13189bdcf20dce6c3805173a08b3d7b0f5ecc057 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Thu, 23 Apr 2026 12:18:44 +0100 Subject: [PATCH] CLDC-4269: update hhmemb question --- app/models/form/lettings/questions/hhmemb.rb | 2 +- .../forms/2025/lettings/household_characteristics.en.yml | 2 +- .../forms/2026/lettings/household_characteristics.en.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/form/lettings/questions/hhmemb.rb b/app/models/form/lettings/questions/hhmemb.rb index 614b2b27e..8aa071788 100644 --- a/app/models/form/lettings/questions/hhmemb.rb +++ b/app/models/form/lettings/questions/hhmemb.rb @@ -5,7 +5,7 @@ class Form::Lettings::Questions::Hhmemb < ::Form::Question @type = "numeric" @width = 2 @check_answers_card_number = 0 - @max = 8 + @max = 15 @min = 1 @step = 1 @question_number = get_question_number_from_hash(QUESTION_NUMBER_FROM_YEAR) diff --git a/config/locales/forms/2025/lettings/household_characteristics.en.yml b/config/locales/forms/2025/lettings/household_characteristics.en.yml index 432b0d08f..3ed45dcea 100644 --- a/config/locales/forms/2025/lettings/household_characteristics.en.yml +++ b/config/locales/forms/2025/lettings/household_characteristics.en.yml @@ -7,7 +7,7 @@ en: page_header: "" check_answer_label: "Number of household members" check_answer_prompt: "Enter total number of household members" - hint_text: "You can provide details for a maximum of 8 people." + hint_text: "You can answer up to 15 people. You will be asked to add details for a maximum of 8 people in the next questions." question_text: "How many people live in the household for this letting?" age1: diff --git a/config/locales/forms/2026/lettings/household_characteristics.en.yml b/config/locales/forms/2026/lettings/household_characteristics.en.yml index 84d7c5f33..bff084a3c 100644 --- a/config/locales/forms/2026/lettings/household_characteristics.en.yml +++ b/config/locales/forms/2026/lettings/household_characteristics.en.yml @@ -7,7 +7,7 @@ en: page_header: "" check_answer_label: "Number of household members" check_answer_prompt: "Enter total number of household members" - hint_text: "You can provide details for a maximum of 8 people." + hint_text: "You can answer up to 15 people. You will be asked to add details for a maximum of 8 people in the next questions." question_text: "How many people live in the household for this letting?" age1: