diff --git a/app/models/form/sales/pages/monthly_rent_staircasing_owned.rb b/app/models/form/sales/pages/monthly_rent_staircasing_owned.rb index 38f44c8d1..b772d129f 100644 --- a/app/models/form/sales/pages/monthly_rent_staircasing_owned.rb +++ b/app/models/form/sales/pages/monthly_rent_staircasing_owned.rb @@ -3,6 +3,7 @@ class Form::Sales::Pages::MonthlyRentStaircasingOwned < ::Form::Page super @id = "monthly_rent_staircasing_owned" @copy_key = "sales.sale_information.mrent_staircasing" + @header = "" @depends_on = [{ "stairowned_100?" => true, }] diff --git a/config/locales/forms/2025/sales/sale_information.en.yml b/config/locales/forms/2025/sales/sale_information.en.yml index 7ea0010ad..bf4db868a 100644 --- a/config/locales/forms/2025/sales/sale_information.en.yml +++ b/config/locales/forms/2025/sales/sale_information.en.yml @@ -194,6 +194,7 @@ en: question_text: "What is the basic monthly rent?" mrent_staircasing: + page_header: "Monthly rent" prestaircasing: check_answer_label: "Monthly rent prior to staircasing" hint_text: "Amount paid before any charges"