diff --git a/app/models/form/sales/pages/building_height_class.rb b/app/models/form/sales/pages/building_height_class.rb index 3a3ee36ae..3e3547225 100644 --- a/app/models/form/sales/pages/building_height_class.rb +++ b/app/models/form/sales/pages/building_height_class.rb @@ -2,7 +2,6 @@ class Form::Sales::Pages::BuildingHeightClass < ::Form::Page def initialize(id, hsh, subsection) super @id = "building_height_class" - @copy_key = "sales.property_information.buildheightclass" @depends_on = [ { "proptype" => 1 }, { "proptype" => 2 }, diff --git a/app/views/form/guidance/_building_height_class.html.erb b/app/views/form/guidance/_building_height_class.html.erb index 13721556b..f538ae151 100644 --- a/app/views/form/guidance/_building_height_class.html.erb +++ b/app/views/form/guidance/_building_height_class.html.erb @@ -1,5 +1,5 @@
High-rise residential buildings are those containing 2 or more residential units and either:
-If unsure, answer based on the number of storeys.
" diff --git a/config/locales/forms/2026/sales/guidance.en.yml b/config/locales/forms/2026/sales/guidance.en.yml index bc40e2a7b..f5863b3af 100644 --- a/config/locales/forms/2026/sales/guidance.en.yml +++ b/config/locales/forms/2026/sales/guidance.en.yml @@ -55,3 +55,12 @@ en: title: "What is a UPRN?" content: "The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and various industries across the UK. An example is 0010457355.
The UPRN may not be the same as the property reference assigned by your organisation.
" + + building_height_class: + title: "What do these classifications mean?" + content: "High-rise residential buildings are those containing 2 or more residential units and either:
+If unsure, answer based on the number of storeys.
"