Browse Source

CLDC-3093: Update content inconsistencies and typos (#2846)

* Update copy

* Update sale_information.en.yml

* Update sale_information.en.yml

* Fixes

* Update test

* Update test

* Update test
pull/2852/head^2
Manny Dinssa 7 months ago committed by GitHub
parent
commit
1b2100bc8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/models/form/sales/questions/equity.rb
  2. 2
      app/models/form/sales/questions/value.rb
  3. 38
      config/locales/forms/2023/lettings/household_characteristics.en.yml
  4. 2
      config/locales/forms/2023/lettings/income_and_benefits.en.yml
  5. 58
      config/locales/forms/2023/sales/household_characteristics.en.yml
  6. 12
      config/locales/forms/2023/sales/income_benefits_and_savings.en.yml
  7. 24
      config/locales/forms/2023/sales/sale_information.en.yml
  8. 8
      config/locales/forms/2024/lettings/household_characteristics.en.yml
  9. 2
      config/locales/forms/2024/lettings/income_and_benefits.en.yml
  10. 58
      config/locales/forms/2024/sales/household_characteristics.en.yml
  11. 8
      config/locales/forms/2024/sales/income_benefits_and_savings.en.yml
  12. 24
      config/locales/forms/2024/sales/sale_information.en.yml
  13. 2
      config/locales/forms/2025/lettings/household_characteristics.en.yml
  14. 2
      config/locales/forms/2025/lettings/income_and_benefits.en.yml
  15. 20
      config/locales/forms/2025/sales/household_characteristics.en.yml
  16. 2
      config/locales/forms/2025/sales/income_benefits_and_savings.en.yml
  17. 8
      config/locales/forms/2025/sales/sale_information.en.yml
  18. 2
      config/locales/forms/2025/sales/setup.en.yml
  19. 4
      spec/models/form/sales/pages/equity_spec.rb
  20. 4
      spec/models/form/sales/pages/value_shared_ownership_spec.rb
  21. 4
      spec/models/form/sales/questions/equity_spec.rb

2
app/models/form/sales/questions/equity.rb

@ -2,7 +2,7 @@ class Form::Sales::Questions::Equity < ::Form::Question
def initialize(id, hsh, page) def initialize(id, hsh, page)
super super
@id = "equity" @id = "equity"
@copy_key = "sales.sale_information.equity.#{page.id}" @copy_key = form.start_year_2025_or_later? ? "sales.sale_information.equity.#{page.id}" : "sales.sale_information.equity"
@type = "numeric" @type = "numeric"
@min = 0 @min = 0
@max = 100 @max = 100

2
app/models/form/sales/questions/value.rb

@ -2,7 +2,7 @@ class Form::Sales::Questions::Value < ::Form::Question
def initialize(id, hsh, page) def initialize(id, hsh, page)
super super
@id = "value" @id = "value"
@copy_key = "sales.sale_information.value.#{page.id}" @copy_key = form.start_year_2025_or_later? ? "sales.sale_information.value.#{page.id}" : "sales.sale_information.value"
@type = "numeric" @type = "numeric"
@min = 0 @min = 0
@step = 1 @step = 1

38
config/locales/forms/2023/lettings/household_characteristics.en.yml

@ -19,23 +19,23 @@ en:
page_header: "" page_header: ""
age1_known: age1_known:
check_answer_label: "" check_answer_label: ""
hint_text: "The lead’ or ’main’ tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest." hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
question_text: "Do you know the lead tenant’s age?" question_text: "Do you know the lead tenant’s age?"
age1: age1:
check_answer_label: "Lead tenant’s age" check_answer_label: "Lead tenant’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex1: sex1:
page_header: "" page_header: ""
check_answer_label: "Lead tenant’s gender identity" check_answer_label: "Lead tenant’s gender identity"
hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest." hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
question_text: "Which of these best describes the lead tenant’s gender identity?" question_text: "Which of these best describes the lead tenant’s gender identity?"
ethnic_group: ethnic_group:
page_header: "" page_header: ""
check_answer_label: "Lead tenant’s ethnic group" check_answer_label: "Lead tenant’s ethnic group"
hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest." hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
question_text: "What is the lead tenant’s ethnic group?" question_text: "What is the lead tenant’s ethnic group?"
ethnic: ethnic:
@ -97,13 +97,13 @@ en:
question_text: "Do you know person 2’s age?" question_text: "Do you know person 2’s age?"
age2: age2:
check_answer_label: "Person 2’s age" check_answer_label: "Person 2’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex2: sex2:
page_header: "" page_header: ""
check_answer_label: "Person 2’s gender identity" check_answer_label: "Person 2’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 2’s gender identity?" question_text: "Which of these best describes person 2’s gender identity?"
ecstat2: ecstat2:
@ -132,13 +132,13 @@ en:
question_text: "Do you know person 3’s age?" question_text: "Do you know person 3’s age?"
age3: age3:
check_answer_label: "Person 3’s age" check_answer_label: "Person 3’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex3: sex3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s gender identity" check_answer_label: "Person 3’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 3’s gender identity?" question_text: "Which of these best describes person 3’s gender identity?"
ecstat3: ecstat3:
@ -167,13 +167,13 @@ en:
question_text: "Do you know person 4’s age?" question_text: "Do you know person 4’s age?"
age4: age4:
check_answer_label: "Person 4’s age" check_answer_label: "Person 4’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex4: sex4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s gender identity" check_answer_label: "Person 4’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 4’s gender identity?" question_text: "Which of these best describes person 4’s gender identity?"
ecstat4: ecstat4:
@ -202,13 +202,13 @@ en:
question_text: "Do you know person 5’s age?" question_text: "Do you know person 5’s age?"
age5: age5:
check_answer_label: "Person 5’s age" check_answer_label: "Person 5’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex5: sex5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s gender identity" check_answer_label: "Person 5’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 5’s gender identity?" question_text: "Which of these best describes person 5’s gender identity?"
ecstat5: ecstat5:
@ -237,13 +237,13 @@ en:
question_text: "Do you know person 6’s age?" question_text: "Do you know person 6’s age?"
age6: age6:
check_answer_label: "Person 6’s age" check_answer_label: "Person 6’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex6: sex6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s gender identity" check_answer_label: "Person 6’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 6’s gender identity?" question_text: "Which of these best describes person 6’s gender identity?"
ecstat6: ecstat6:
@ -272,13 +272,13 @@ en:
question_text: "Do you know person 7’s age?" question_text: "Do you know person 7’s age?"
age7: age7:
check_answer_label: "Person 7’s age" check_answer_label: "Person 7’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex7: sex7:
page_header: "" page_header: ""
check_answer_label: "Person 7’s gender identity" check_answer_label: "Person 7’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 7’s gender identity?" question_text: "Which of these best describes person 7’s gender identity?"
ecstat7: ecstat7:
@ -307,17 +307,17 @@ en:
question_text: "Do you know person 8’s age?" question_text: "Do you know person 8’s age?"
age8: age8:
check_answer_label: "Person 8’s age" check_answer_label: "Person 8’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex8: sex8:
page_header: "" page_header: ""
check_answer_label: "Person 8’s gender identity" check_answer_label: "Person 8’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 8’s gender identity?" question_text: "Which of these best describes person 8’s gender identity?"
ecstat8: ecstat8:
page_header: "" page_header: ""
check_answer_label: "Person 8’s working situation" check_answer_label: "Person 8’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 8’s working situation?" question_text: "Which of these best describes person 8’s working situation?"

2
config/locales/forms/2023/lettings/income_and_benefits.en.yml

@ -103,6 +103,6 @@ en:
hint_text: "You only need to give an approximate figure." hint_text: "You only need to give an approximate figure."
question_text: "Can you estimate the outstanding amount?" question_text: "Can you estimate the outstanding amount?"
tshortfall: tshortfall:
check_answer_label: "Estimated outstanding amountt" check_answer_label: "Estimated outstanding amount"
hint_text: "Also known as the ‘outstanding amount’." hint_text: "Also known as the ‘outstanding amount’."
question_text: "Estimated outstanding amount" question_text: "Estimated outstanding amount"

58
config/locales/forms/2023/sales/household_characteristics.en.yml

@ -37,7 +37,7 @@ en:
check_answer_label: "Buyer 1’s age" check_answer_label: "Buyer 1’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex1: sex1:
page_header: "" page_header: ""
check_answer_label: "Buyer 1’s gender identity" check_answer_label: "Buyer 1’s gender identity"
@ -49,7 +49,7 @@ en:
check_answer_label: "Buyer 1’s ethnic group" check_answer_label: "Buyer 1’s ethnic group"
hint_text: "Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest." hint_text: "Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
question_text: "What is buyer 1’s ethnic group?" question_text: "What is buyer 1’s ethnic group?"
ethnic: ethnic:
ethnic_background_black: ethnic_background_black:
page_header: "" page_header: ""
@ -103,9 +103,9 @@ en:
question_text: "What is buyer 2's relationship to buyer 1?" question_text: "What is buyer 2's relationship to buyer 1?"
person: person:
page_header: "" page_header: ""
check_answer_label: "Person 2’s relationship to Buyer 1" check_answer_label: "Person 2’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 2’s relationship to Buyer 1?" question_text: "What is person 2’s relationship to buyer 1?"
age2: age2:
buyer: buyer:
@ -139,14 +139,14 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s gender identity" check_answer_label: "Person 2’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 2’s gender identity?" question_text: "Which of these best describes person 2’s gender identity?"
ethnic_group2: ethnic_group2:
page_header: "" page_header: ""
check_answer_label: "Buyer 2’s ethnic group" check_answer_label: "Buyer 2’s ethnic group"
hint_text: "" hint_text: ""
question_text: "What is buyer 2’s ethnic group?" question_text: "What is buyer 2’s ethnic group?"
ethnicbuy2: ethnicbuy2:
ethnic_background_black: ethnic_background_black:
page_header: "" page_header: ""
@ -179,7 +179,7 @@ en:
check_answer_label: "Buyer 2’s nationality" check_answer_label: "Buyer 2’s nationality"
hint_text: "" hint_text: ""
question_text: "What is buyer 2’s nationality?" question_text: "What is buyer 2’s nationality?"
ecstat2: ecstat2:
buyer: buyer:
page_header: "" page_header: ""
@ -190,14 +190,14 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s working situation" check_answer_label: "Person 2’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 2’s working situation?" question_text: "Which of these best describes person 2’s working situation?"
buy2livein: buy2livein:
page_header: "" page_header: ""
check_answer_label: "Will buyer 2 live in the property?" check_answer_label: "Will buyer 2 live in the property?"
hint_text: "" hint_text: ""
question_text: "Will buyer 2 live in the property?" question_text: "Will buyer 2 live in the property?"
hholdcount: hholdcount:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
@ -224,9 +224,9 @@ en:
relat3: relat3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s relationship to Buyer 1" check_answer_label: "Person 3’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 3’s relationship to Buyer 1?" question_text: "What is person 3’s relationship to buyer 1?"
age3: age3:
page_header: "" page_header: ""
@ -238,18 +238,18 @@ en:
check_answer_label: "Person 3’s age" check_answer_label: "Person 3’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex3: sex3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s gender identity" check_answer_label: "Person 3’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 3’s gender identity?" question_text: "Which of these best describes person 3’s gender identity?"
ecstat3: ecstat3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s working situation" check_answer_label: "Person 3’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 3’s working situation?" question_text: "Which of these best describes person 3’s working situation?"
details_known_4: details_known_4:
page_header: "" page_header: ""
@ -259,9 +259,9 @@ en:
relat4: relat4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s relationship to Buyer 1" check_answer_label: "Person 4’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 4’s relationship to Buyer 1?" question_text: "What is person 4’s relationship to buyer 1?"
age4: age4:
page_header: "" page_header: ""
@ -273,18 +273,18 @@ en:
check_answer_label: "Person 4’s age" check_answer_label: "Person 4’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex4: sex4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s gender identity" check_answer_label: "Person 4’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 4’s gender identity?" question_text: "Which of these best describes person 4’s gender identity?"
ecstat4: ecstat4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s working situation" check_answer_label: "Person 4’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 4’s working situation?" question_text: "Which of these best describes person 4’s working situation?"
details_known_5: details_known_5:
page_header: "" page_header: ""
@ -294,9 +294,9 @@ en:
relat5: relat5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s relationship to Buyer 1" check_answer_label: "Person 5’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 5’s relationship to Buyer 1?" question_text: "What is person 5’s relationship to buyer 1?"
age5: age5:
page_header: "" page_header: ""
@ -308,18 +308,18 @@ en:
check_answer_label: "Person 5’s age" check_answer_label: "Person 5’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex5: sex5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s gender identity" check_answer_label: "Person 5’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 5’s gender identity?" question_text: "Which of these best describes person 5’s gender identity?"
ecstat5: ecstat5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s working situation" check_answer_label: "Person 5’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 5’s working situation?" question_text: "Which of these best describes person 5’s working situation?"
details_known_6: details_known_6:
page_header: "" page_header: ""
@ -329,9 +329,9 @@ en:
relat6: relat6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s relationship to Buyer 1" check_answer_label: "Person 6’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 6’s relationship to Buyer 1?" question_text: "What is person 6’s relationship to buyer 1?"
age6: age6:
page_header: "" page_header: ""
@ -343,15 +343,15 @@ en:
check_answer_label: "Person 6’s age" check_answer_label: "Person 6’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex6: sex6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s gender identity" check_answer_label: "Person 6’s gender identity"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 6’s gender identity?" question_text: "Which of these best describes person 6’s gender identity?"
ecstat6: ecstat6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s working situation" check_answer_label: "Person 6’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 6’s working situation?" question_text: "Which of these best describes person 6’s working situation?"

12
config/locales/forms/2023/sales/income_benefits_and_savings.en.yml

@ -13,7 +13,7 @@ en:
check_answer_label: "Buyer 1’s gross annual income" check_answer_label: "Buyer 1’s gross annual income"
hint_text: "Provide the gross annual income (i.e. salary before tax) plus the annual amount of benefits, Universal Credit or pensions, and income from investments." hint_text: "Provide the gross annual income (i.e. salary before tax) plus the annual amount of benefits, Universal Credit or pensions, and income from investments."
question_text: "Buyer 1’s gross annual income" question_text: "Buyer 1’s gross annual income"
inc1mort: inc1mort:
page_header: "" page_header: ""
check_answer_label: "Buyer 1’s income used for mortgage application" check_answer_label: "Buyer 1’s income used for mortgage application"
@ -33,7 +33,7 @@ en:
inc2mort: inc2mort:
page_header: "" page_header: ""
check_answer_label: "Buyer 2’s income used for mortgage application" check_answer_label: "Buyer 2’s income used for mortgage application"
hint_text: "" hint_text: ""
question_text: "Was buyer 2’s income used for a mortgage application?" question_text: "Was buyer 2’s income used for a mortgage application?"
@ -48,14 +48,14 @@ en:
check_answer_label: "Housing-related benefits buyer received before buying this property" check_answer_label: "Housing-related benefits buyer received before buying this property"
hint_text: "" hint_text: ""
question_text: "Was the buyer receiving any of these housing-related benefits immediately before buying this property?" question_text: "Was the buyer receiving any of these housing-related benefits immediately before buying this property?"
savings: savings:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
savingsnk: savingsnk:
check_answer_label: "Buyers’ total savings known?" check_answer_label: "Buyers’ total savings known?"
hint_text: "" hint_text: ""
question_text: "Do you know how much the 'buyers' had in savings before they paid any deposit for the property?" question_text: "Do you know how much the buyers had in savings before they paid any deposit for the property?"
savings: savings:
check_answer_label: "Buyers’ total savings before any deposit paid" check_answer_label: "Buyers’ total savings before any deposit paid"
hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account." hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account."
@ -87,4 +87,4 @@ en:
page_header: "" page_header: ""
check_answer_label: "Previous property shared ownership?" check_answer_label: "Previous property shared ownership?"
hint_text: "For any buyer" hint_text: "For any buyer"
question_text: "Was the previous property under shared ownership?" question_text: "Was the previous property under shared ownership?"

24
config/locales/forms/2023/sales/sale_information.en.yml

@ -28,7 +28,7 @@ en:
staircasing: staircasing:
page_header: "" page_header: ""
check_answer_label: "Staircasing transaction" check_answer_label: "Staircasing transaction"
hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property" hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property."
question_text: "Is this a staircasing transaction?" question_text: "Is this a staircasing transaction?"
about_staircasing: about_staircasing:
page_header: "About the staircasing transaction" page_header: "About the staircasing transaction"
@ -69,7 +69,7 @@ en:
check_answer_label: "Household rehoused under a local authority nominations agreement?" check_answer_label: "Household rehoused under a local authority nominations agreement?"
hint_text: "A local authority nominations agreement is a written agreement between a local authority and private registered provider (PRP) that some or all of its sales vacancies are offered to local authorities for rehousing" hint_text: "A local authority nominations agreement is a written agreement between a local authority and private registered provider (PRP) that some or all of its sales vacancies are offered to local authorities for rehousing"
question_text: "Was the household rehoused under a 'local authority nominations agreement'?" question_text: "Was the household rehoused under a 'local authority nominations agreement'?"
soctenant: soctenant:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
@ -81,11 +81,11 @@ en:
check_answer_label: "Buyer was a registered provider, housing association or local authority tenant immediately before this sale?" check_answer_label: "Buyer was a registered provider, housing association or local authority tenant immediately before this sale?"
hint_text: "" hint_text: ""
question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?" question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?"
frombeds: frombeds:
page_header: "About the buyers’ previous property" page_header: ""
check_answer_label: "Number of bedrooms in previous property" check_answer_label: "Number of bedrooms in previous property"
hint_text: "For bedsits enter 1" hint_text: "A bedsit has 1 bedroom."
question_text: "How many bedrooms did the property have?" question_text: "How many bedrooms did the property have?"
fromprop: fromprop:
@ -113,13 +113,13 @@ en:
question_text: "What was the initial percentage equity stake purchased?" question_text: "What was the initial percentage equity stake purchased?"
mortgageused: mortgageused:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage used" check_answer_label: "Mortgage used"
hint_text: "" hint_text: ""
question_text: "Was a mortgage used for the purchase of this property?" question_text: "Was a mortgage used for the purchase of this property?"
mortgage: mortgage:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage amount" check_answer_label: "Mortgage amount"
hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound." hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound."
question_text: "What is the mortgage amount?" question_text: "What is the mortgage amount?"
@ -135,7 +135,7 @@ en:
check_answer_label: "Other Mortgage Lender" check_answer_label: "Other Mortgage Lender"
hint_text: "" hint_text: ""
question_text: "What is the other mortgage lender?" question_text: "What is the other mortgage lender?"
mortlen: mortlen:
page_header: "" page_header: ""
check_answer_label: "Length of mortgage" check_answer_label: "Length of mortgage"
@ -147,7 +147,7 @@ en:
check_answer_label: "Any other borrowing?" check_answer_label: "Any other borrowing?"
hint_text: "" hint_text: ""
question_text: "Does this include any extra borrowing?" question_text: "Does this include any extra borrowing?"
deposit: deposit:
page_header: "About the deposit" page_header: "About the deposit"
check_answer_label: "Deposit amount" check_answer_label: "Deposit amount"
@ -165,7 +165,7 @@ en:
check_answer_label: "Monthly rent" check_answer_label: "Monthly rent"
hint_text: "Amount paid before any charges" hint_text: "Amount paid before any charges"
question_text: "What is the basic monthly rent?" question_text: "What is the basic monthly rent?"
leaseholdcharges: leaseholdcharges:
page_header: "" page_header: ""
has_mscharge: has_mscharge:
@ -199,10 +199,10 @@ en:
check_answer_label: "Percentage discount" check_answer_label: "Percentage discount"
hint_text: "For Right to Buy (RTB), Preserved Right to Buy (PRTB), and Voluntary Right to Buy (VRTB)</br></br>If discount capped, enter capped %</br></br>If the property is being sold to an existing tenant under the RTB, PRTB, or VRTB schemes, enter the % discount from the full market value that is being given." hint_text: "For Right to Buy (RTB), Preserved Right to Buy (PRTB), and Voluntary Right to Buy (VRTB)</br></br>If discount capped, enter capped %</br></br>If the property is being sold to an existing tenant under the RTB, PRTB, or VRTB schemes, enter the % discount from the full market value that is being given."
question_text: "What was the percentage discount?" question_text: "What was the percentage discount?"
grant: grant:
page_header: "About the price of the property" page_header: "About the price of the property"
check_answer_label: "Amount of any loan, grant or subsidy" check_answer_label: "Amount of any loan, grant or subsidy"
hint_text: "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB) and Rent to Buy" hint_text: "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB) and Rent to Buy"
question_text: "What was the amount of any loan, grant, discount or subsidy given?" question_text: "What was the amount of any loan, grant, discount or subsidy given?"

8
config/locales/forms/2024/lettings/household_characteristics.en.yml

@ -13,19 +13,19 @@ en:
page_header: "" page_header: ""
age1_known: age1_known:
check_answer_label: "" check_answer_label: ""
hint_text: "The lead’ or ’main’ tenant is the person in the household who does the most paid work. If several people do the same amount of paid work, the lead tenant is whoever is the oldest." hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
question_text: "Do you know the lead tenant’s age?" question_text: "Do you know the lead tenant’s age?"
age1: age1:
check_answer_label: "Lead tenant’s age" check_answer_label: "Lead tenant’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex1: sex1:
page_header: "" page_header: ""
check_answer_label: "Lead tenant’s gender identity" check_answer_label: "Lead tenant’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes the lead tenant’s gender identity?" question_text: "Which of these best describes the lead tenant’s gender identity?"
ethnic_group: ethnic_group:
page_header: "" page_header: ""
check_answer_label: "Lead tenant’s ethnic group" check_answer_label: "Lead tenant’s ethnic group"
@ -319,4 +319,4 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 8’s working situation" check_answer_label: "Person 8’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes person 8’s working situation?" question_text: "Which of these best describes person 8’s working situation?"

2
config/locales/forms/2024/lettings/income_and_benefits.en.yml

@ -103,6 +103,6 @@ en:
hint_text: "You only need to give an approximate figure." hint_text: "You only need to give an approximate figure."
question_text: "Can you estimate the outstanding amount?" question_text: "Can you estimate the outstanding amount?"
tshortfall: tshortfall:
check_answer_label: "Estimated outstanding amountt" check_answer_label: "Estimated outstanding amount"
hint_text: "Also known as the ‘outstanding amount’." hint_text: "Also known as the ‘outstanding amount’."
question_text: "Estimated outstanding amount" question_text: "Estimated outstanding amount"

58
config/locales/forms/2024/sales/household_characteristics.en.yml

@ -13,7 +13,7 @@ en:
check_answer_label: "Buyer 1’s age" check_answer_label: "Buyer 1’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex1: sex1:
page_header: "" page_header: ""
check_answer_label: "Buyer 1’s gender identity" check_answer_label: "Buyer 1’s gender identity"
@ -25,7 +25,7 @@ en:
check_answer_label: "Buyer 1’s ethnic group" check_answer_label: "Buyer 1’s ethnic group"
hint_text: "" hint_text: ""
question_text: "What is buyer 1’s ethnic group?" question_text: "What is buyer 1’s ethnic group?"
ethnic: ethnic:
ethnic_background_black: ethnic_background_black:
page_header: "" page_header: ""
@ -85,9 +85,9 @@ en:
question_text: "What is buyer 2's relationship to buyer 1?" question_text: "What is buyer 2's relationship to buyer 1?"
person: person:
page_header: "" page_header: ""
check_answer_label: "Person 2’s relationship to Buyer 1" check_answer_label: "Person 2’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 2’s relationship to Buyer 1?" question_text: "What is person 2’s relationship to buyer 1?"
age2: age2:
buyer: buyer:
@ -121,14 +121,14 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s gender identity" check_answer_label: "Person 2’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 2’s gender identity?" question_text: "Which of these best describes person 2’s gender identity?"
ethnic_group2: ethnic_group2:
page_header: "" page_header: ""
check_answer_label: "Buyer 2’s ethnic group" check_answer_label: "Buyer 2’s ethnic group"
hint_text: "" hint_text: ""
question_text: "What is buyer 2’s ethnic group?" question_text: "What is buyer 2’s ethnic group?"
ethnicbuy2: ethnicbuy2:
ethnic_background_black: ethnic_background_black:
page_header: "" page_header: ""
@ -167,7 +167,7 @@ en:
check_answer_label: "Buyer 2’s nationality" check_answer_label: "Buyer 2’s nationality"
hint_text: "" hint_text: ""
question_text: "Enter a nationality" question_text: "Enter a nationality"
ecstat2: ecstat2:
buyer: buyer:
page_header: "" page_header: ""
@ -178,14 +178,14 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s working situation" check_answer_label: "Person 2’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 2’s working situation?" question_text: "Which of these best describes person 2’s working situation?"
buy2livein: buy2livein:
page_header: "" page_header: ""
check_answer_label: "Will buyer 2 live in the property?" check_answer_label: "Will buyer 2 live in the property?"
hint_text: "" hint_text: ""
question_text: "Will buyer 2 live in the property?" question_text: "Will buyer 2 live in the property?"
hholdcount: hholdcount:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
@ -212,9 +212,9 @@ en:
relat3: relat3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s relationship to Buyer 1" check_answer_label: "Person 3’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 3’s relationship to Buyer 1?" question_text: "What is person 3’s relationship to buyer 1?"
age3: age3:
page_header: "" page_header: ""
@ -226,18 +226,18 @@ en:
check_answer_label: "Person 3’s age" check_answer_label: "Person 3’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex3: sex3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s gender identity" check_answer_label: "Person 3’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 3’s gender identity?" question_text: "Which of these best describes person 3’s gender identity?"
ecstat3: ecstat3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s working situation" check_answer_label: "Person 3’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 3’s working situation?" question_text: "Which of these best describes person 3’s working situation?"
details_known_4: details_known_4:
page_header: "" page_header: ""
@ -247,9 +247,9 @@ en:
relat4: relat4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s relationship to Buyer 1" check_answer_label: "Person 4’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 4’s relationship to Buyer 1?" question_text: "What is person 4’s relationship to buyer 1?"
age4: age4:
page_header: "" page_header: ""
@ -261,18 +261,18 @@ en:
check_answer_label: "Person 4’s age" check_answer_label: "Person 4’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex4: sex4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s gender identity" check_answer_label: "Person 4’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 4’s gender identity?" question_text: "Which of these best describes person 4’s gender identity?"
ecstat4: ecstat4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s working situation" check_answer_label: "Person 4’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 4’s working situation?" question_text: "Which of these best describes person 4’s working situation?"
details_known_5: details_known_5:
page_header: "" page_header: ""
@ -282,9 +282,9 @@ en:
relat5: relat5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s relationship to Buyer 1" check_answer_label: "Person 5’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 5’s relationship to Buyer 1?" question_text: "What is person 5’s relationship to buyer 1?"
age5: age5:
page_header: "" page_header: ""
@ -296,18 +296,18 @@ en:
check_answer_label: "Person 5’s age" check_answer_label: "Person 5’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex5: sex5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s gender identity" check_answer_label: "Person 5’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 5’s gender identity?" question_text: "Which of these best describes person 5’s gender identity?"
ecstat5: ecstat5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s working situation" check_answer_label: "Person 5’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 5’s working situation?" question_text: "Which of these best describes person 5’s working situation?"
details_known_6: details_known_6:
page_header: "" page_header: ""
@ -317,9 +317,9 @@ en:
relat6: relat6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s relationship to Buyer 1" check_answer_label: "Person 6’s relationship to buyer 1"
hint_text: "" hint_text: ""
question_text: "What is Person 6’s relationship to Buyer 1?" question_text: "What is person 6’s relationship to buyer 1?"
age6: age6:
page_header: "" page_header: ""
@ -331,15 +331,15 @@ en:
check_answer_label: "Person 6’s age" check_answer_label: "Person 6’s age"
hint_text: "" hint_text: ""
question_text: "Age" question_text: "Age"
sex6: sex6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s gender identity" check_answer_label: "Person 6’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 6’s gender identity?" question_text: "Which of these best describes person 6’s gender identity?"
ecstat6: ecstat6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s working situation" check_answer_label: "Person 6’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 6’s working situation?" question_text: "Which of these best describes person 6’s working situation?"

8
config/locales/forms/2024/sales/income_benefits_and_savings.en.yml

@ -13,7 +13,7 @@ en:
check_answer_label: "Buyer 1’s gross annual income" check_answer_label: "Buyer 1’s gross annual income"
hint_text: "Provide the gross annual income (i.e. salary before tax) plus the annual amount of benefits, Universal Credit or pensions, and income from investments." hint_text: "Provide the gross annual income (i.e. salary before tax) plus the annual amount of benefits, Universal Credit or pensions, and income from investments."
question_text: "Buyer 1’s gross annual income" question_text: "Buyer 1’s gross annual income"
inc1mort: inc1mort:
page_header: "" page_header: ""
check_answer_label: "Buyer 1’s income used for mortgage application" check_answer_label: "Buyer 1’s income used for mortgage application"
@ -48,14 +48,14 @@ en:
check_answer_label: "Housing-related benefits buyer received before buying this property" check_answer_label: "Housing-related benefits buyer received before buying this property"
hint_text: "" hint_text: ""
question_text: "Was the buyer receiving any of these housing-related benefits immediately before buying this property?" question_text: "Was the buyer receiving any of these housing-related benefits immediately before buying this property?"
savings: savings:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
savingsnk: savingsnk:
check_answer_label: "Buyers’ total savings known?" check_answer_label: "Buyers’ total savings known?"
hint_text: "" hint_text: ""
question_text: "Do you know how much the 'buyers' had in savings before they paid any deposit for the property?" question_text: "Do you know how much the buyers had in savings before they paid any deposit for the property?"
savings: savings:
check_answer_label: "Buyers’ total savings before any deposit paid" check_answer_label: "Buyers’ total savings before any deposit paid"
hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account." hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account."
@ -87,4 +87,4 @@ en:
page_header: "" page_header: ""
check_answer_label: "Previous property shared ownership?" check_answer_label: "Previous property shared ownership?"
hint_text: "For any buyer" hint_text: "For any buyer"
question_text: "Was the previous property under shared ownership?" question_text: "Was the previous property under shared ownership?"

24
config/locales/forms/2024/sales/sale_information.en.yml

@ -28,7 +28,7 @@ en:
staircasing: staircasing:
page_header: "" page_header: ""
check_answer_label: "Staircasing transaction" check_answer_label: "Staircasing transaction"
hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property" hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property."
question_text: "Is this a staircasing transaction?" question_text: "Is this a staircasing transaction?"
about_staircasing: about_staircasing:
page_header: "About the staircasing transaction" page_header: "About the staircasing transaction"
@ -73,7 +73,7 @@ en:
check_answer_label: "Household rehoused under a local authority nominations agreement?" check_answer_label: "Household rehoused under a local authority nominations agreement?"
hint_text: "A local authority nominations agreement is a written agreement between a local authority and private registered provider (PRP) that some or all of its sales vacancies are offered to local authorities for rehousing" hint_text: "A local authority nominations agreement is a written agreement between a local authority and private registered provider (PRP) that some or all of its sales vacancies are offered to local authorities for rehousing"
question_text: "Was the household rehoused under a 'local authority nominations agreement'?" question_text: "Was the household rehoused under a 'local authority nominations agreement'?"
soctenant: soctenant:
joint_purchase: joint_purchase:
page_header: "" page_header: ""
@ -85,11 +85,11 @@ en:
check_answer_label: "Buyer was a registered provider, housing association or local authority tenant immediately before this sale?" check_answer_label: "Buyer was a registered provider, housing association or local authority tenant immediately before this sale?"
hint_text: "" hint_text: ""
question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?" question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?"
frombeds: frombeds:
page_header: "About the buyers’ previous property" page_header: ""
check_answer_label: "Number of bedrooms in previous property" check_answer_label: "Number of bedrooms in previous property"
hint_text: "For bedsits enter 1" hint_text: "A bedsit has 1 bedroom."
question_text: "How many bedrooms did the property have?" question_text: "How many bedrooms did the property have?"
fromprop: fromprop:
@ -117,13 +117,13 @@ en:
question_text: "What was the initial percentage equity stake purchased?" question_text: "What was the initial percentage equity stake purchased?"
mortgageused: mortgageused:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage used" check_answer_label: "Mortgage used"
hint_text: "" hint_text: ""
question_text: "Was a mortgage used for the purchase of this property?" question_text: "Was a mortgage used for the purchase of this property?"
mortgage: mortgage:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage amount" check_answer_label: "Mortgage amount"
hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound." hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound."
question_text: "What is the mortgage amount?" question_text: "What is the mortgage amount?"
@ -139,7 +139,7 @@ en:
check_answer_label: "Other Mortgage Lender" check_answer_label: "Other Mortgage Lender"
hint_text: "" hint_text: ""
question_text: "What is the other mortgage lender?" question_text: "What is the other mortgage lender?"
mortlen: mortlen:
page_header: "" page_header: ""
check_answer_label: "Length of mortgage" check_answer_label: "Length of mortgage"
@ -151,7 +151,7 @@ en:
check_answer_label: "Any other borrowing?" check_answer_label: "Any other borrowing?"
hint_text: "" hint_text: ""
question_text: "Does this include any extra borrowing?" question_text: "Does this include any extra borrowing?"
deposit: deposit:
page_header: "About the deposit" page_header: "About the deposit"
check_answer_label: "Deposit amount" check_answer_label: "Deposit amount"
@ -169,7 +169,7 @@ en:
check_answer_label: "Monthly rent" check_answer_label: "Monthly rent"
hint_text: "Amount paid before any charges" hint_text: "Amount paid before any charges"
question_text: "What is the basic monthly rent?" question_text: "What is the basic monthly rent?"
leaseholdcharges: leaseholdcharges:
page_header: "" page_header: ""
has_mscharge: has_mscharge:
@ -198,10 +198,10 @@ en:
check_answer_label: "Percentage discount" check_answer_label: "Percentage discount"
hint_text: "For Right to Buy (RTB), Preserved Right to Buy (PRTB), and Voluntary Right to Buy (VRTB)</br></br>If discount capped, enter capped %</br></br>If the property is being sold to an existing tenant under the RTB, PRTB, or VRTB schemes, enter the % discount from the full market value that is being given." hint_text: "For Right to Buy (RTB), Preserved Right to Buy (PRTB), and Voluntary Right to Buy (VRTB)</br></br>If discount capped, enter capped %</br></br>If the property is being sold to an existing tenant under the RTB, PRTB, or VRTB schemes, enter the % discount from the full market value that is being given."
question_text: "What was the percentage discount?" question_text: "What was the percentage discount?"
grant: grant:
page_header: "About the price of the property" page_header: "About the price of the property"
check_answer_label: "Amount of any loan, grant or subsidy" check_answer_label: "Amount of any loan, grant or subsidy"
hint_text: "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB) and Rent to Buy" hint_text: "For all schemes except Right to Buy (RTB), Preserved Right to Buy (PRTB), Voluntary Right to Buy (VRTB) and Rent to Buy"
question_text: "What was the amount of any loan, grant, discount or subsidy given?" question_text: "What was the amount of any loan, grant, discount or subsidy given?"

2
config/locales/forms/2025/lettings/household_characteristics.en.yml

@ -13,7 +13,7 @@ en:
page_header: "" page_header: ""
age1_known: age1_known:
check_answer_label: "" check_answer_label: ""
hint_text: "The lead’ or ’main’ tenant is the person in the household who does the most paid work. If several people do the same amount of paid work, the lead tenant is whoever is the oldest." hint_text: "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest."
question_text: "Do you know the lead tenant’s age?" question_text: "Do you know the lead tenant’s age?"
age1: age1:
check_answer_label: "Lead tenant’s age" check_answer_label: "Lead tenant’s age"

2
config/locales/forms/2025/lettings/income_and_benefits.en.yml

@ -103,6 +103,6 @@ en:
hint_text: "You only need to give an approximate figure." hint_text: "You only need to give an approximate figure."
question_text: "Can you estimate the outstanding amount?" question_text: "Can you estimate the outstanding amount?"
tshortfall: tshortfall:
check_answer_label: "Estimated outstanding amountt" check_answer_label: "Estimated outstanding amount"
hint_text: "Also known as the ‘outstanding amount’." hint_text: "Also known as the ‘outstanding amount’."
question_text: "Estimated outstanding amount" question_text: "Estimated outstanding amount"

20
config/locales/forms/2025/sales/household_characteristics.en.yml

@ -121,7 +121,7 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s gender identity" check_answer_label: "Person 2’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 2’s gender identity?" question_text: "Which of these best describes person 2’s gender identity?"
ethnic_group2: ethnic_group2:
page_header: "" page_header: ""
@ -178,7 +178,7 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 2’s working situation" check_answer_label: "Person 2’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 2’s working situation?" question_text: "Which of these best describes person 2’s working situation?"
buy2livein: buy2livein:
page_header: "" page_header: ""
@ -231,13 +231,13 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 3’s gender identity" check_answer_label: "Person 3’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 3’s gender identity?" question_text: "Which of these best describes person 3’s gender identity?"
ecstat3: ecstat3:
page_header: "" page_header: ""
check_answer_label: "Person 3’s working situation" check_answer_label: "Person 3’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 3’s working situation?" question_text: "Which of these best describes person 3’s working situation?"
details_known_4: details_known_4:
page_header: "" page_header: ""
@ -266,13 +266,13 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 4’s gender identity" check_answer_label: "Person 4’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 4’s gender identity?" question_text: "Which of these best describes person 4’s gender identity?"
ecstat4: ecstat4:
page_header: "" page_header: ""
check_answer_label: "Person 4’s working situation" check_answer_label: "Person 4’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 4’s working situation?" question_text: "Which of these best describes person 4’s working situation?"
details_known_5: details_known_5:
page_header: "" page_header: ""
@ -301,13 +301,13 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 5’s gender identity" check_answer_label: "Person 5’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 5’s gender identity?" question_text: "Which of these best describes person 5’s gender identity?"
ecstat5: ecstat5:
page_header: "" page_header: ""
check_answer_label: "Person 5’s working situation" check_answer_label: "Person 5’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 5’s working situation?" question_text: "Which of these best describes person 5’s working situation?"
details_known_6: details_known_6:
page_header: "" page_header: ""
@ -336,10 +336,10 @@ en:
page_header: "" page_header: ""
check_answer_label: "Person 6’s gender identity" check_answer_label: "Person 6’s gender identity"
hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth." hint_text: "This should be however they personally choose to identify from the options below. This may or may not be the same as their biological sex or the sex they were assigned at birth."
question_text: "Which of these best describes Person 6’s gender identity?" question_text: "Which of these best describes person 6’s gender identity?"
ecstat6: ecstat6:
page_header: "" page_header: ""
check_answer_label: "Person 6’s working situation" check_answer_label: "Person 6’s working situation"
hint_text: "" hint_text: ""
question_text: "Which of these best describes Person 6’s working situation?" question_text: "Which of these best describes person 6’s working situation?"

2
config/locales/forms/2025/sales/income_benefits_and_savings.en.yml

@ -55,7 +55,7 @@ en:
savingsnk: savingsnk:
check_answer_label: "Buyers’ total savings known?" check_answer_label: "Buyers’ total savings known?"
hint_text: "" hint_text: ""
question_text: "Do you know how much the 'buyers' had in savings before they paid any deposit for the property?" question_text: "Do you know how much the buyers had in savings before they paid any deposit for the property?"
savings: savings:
check_answer_label: "Buyers’ total savings before any deposit paid" check_answer_label: "Buyers’ total savings before any deposit paid"
hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account." hint_text: "Include any savings, investments, ISAs, premium bonds, shares, or money held in a bank or building society account."

8
config/locales/forms/2025/sales/sale_information.en.yml

@ -105,9 +105,9 @@ en:
question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?" question_text: "Was the buyer a private registered provider, housing association or local authority tenant immediately before this sale?"
frombeds: frombeds:
page_header: "About the buyers’ previous property" page_header: ""
check_answer_label: "Number of bedrooms in previous property" check_answer_label: "Number of bedrooms in previous property"
hint_text: "For bedsits enter 1" hint_text: "A bedsit has 1 bedroom."
question_text: "How many bedrooms did the property have?" question_text: "How many bedrooms did the property have?"
fromprop: fromprop:
@ -145,13 +145,13 @@ en:
question_text: "What was the percentage shared purchased in the initial transaction?" question_text: "What was the percentage shared purchased in the initial transaction?"
mortgageused: mortgageused:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage used?" check_answer_label: "Mortgage used?"
hint_text: "" hint_text: ""
question_text: "Was a mortgage used for the purchase of this property?" question_text: "Was a mortgage used for the purchase of this property?"
mortgage: mortgage:
page_header: "Mortgage Amount" page_header: ""
check_answer_label: "Mortgage amount" check_answer_label: "Mortgage amount"
hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound." hint_text: "Enter the amount of mortgage agreed with the mortgage lender. Exclude any deposits or cash payments. Numeric in pounds. Rounded to the nearest pound."
question_text: "What is the mortgage amount?" question_text: "What is the mortgage amount?"

2
config/locales/forms/2025/sales/setup.en.yml

@ -42,7 +42,7 @@ en:
staircasing: staircasing:
page_header: "" page_header: ""
check_answer_label: "Staircasing transaction" check_answer_label: "Staircasing transaction"
hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property" hint_text: "A staircasing transaction is when the household purchases more shares in their property, increasing the proportion they own and decreasing the proportion the housing association owns. Once the household purchases 100% of the shares, they own the property."
question_text: "Is this a staircasing transaction?" question_text: "Is this a staircasing transaction?"
type: type:

4
spec/models/form/sales/pages/equity_spec.rb

@ -7,6 +7,10 @@ RSpec.describe Form::Sales::Pages::Equity, type: :model do
let(:page_definition) { nil } let(:page_definition) { nil }
let(:subsection) { instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1))) } let(:subsection) { instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1))) }
before do
allow(page.subsection.form).to receive(:start_year_2025_or_later?).and_return(false)
end
it "has correct subsection" do it "has correct subsection" do
expect(page.subsection).to eq(subsection) expect(page.subsection).to eq(subsection)
end end

4
spec/models/form/sales/pages/value_shared_ownership_spec.rb

@ -7,6 +7,10 @@ RSpec.describe Form::Sales::Pages::ValueSharedOwnership, type: :model do
let(:page_definition) { nil } let(:page_definition) { nil }
let(:subsection) { instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1))) } let(:subsection) { instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1))) }
before do
allow(page.subsection.form).to receive(:start_year_2025_or_later?).and_return(false)
end
it "has correct subsection" do it "has correct subsection" do
expect(page.subsection).to eq(subsection) expect(page.subsection).to eq(subsection)
end end

4
spec/models/form/sales/questions/equity_spec.rb

@ -7,6 +7,10 @@ RSpec.describe Form::Sales::Questions::Equity, type: :model do
let(:question_definition) { nil } let(:question_definition) { nil }
let(:page) { instance_double(Form::Page, id: "initial_equity", subsection: instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1)))) } let(:page) { instance_double(Form::Page, id: "initial_equity", subsection: instance_double(Form::Subsection, form: instance_double(Form, start_date: Time.zone.local(2023, 4, 1)))) }
before do
allow(page.subsection.form).to receive(:start_year_2025_or_later?).and_return(false)
end
it "has correct page" do it "has correct page" do
expect(question.page).to eq(page) expect(question.page).to eq(page)
end end

Loading…
Cancel
Save