Browse Source

Keep existing details for combined income check, common to other subsections

pull/2694/head
Manny Dinssa 8 months ago
parent
commit
d7e2a6bf8d
  1. 3
      app/models/form/sales/questions/combined_income_value_check.rb
  2. 6
      config/locales/forms/2023/sales/property.en.yml
  3. 6
      config/locales/forms/2024/sales/property.en.yml

3
app/models/form/sales/questions/combined_income_value_check.rb

@ -2,7 +2,8 @@ class Form::Sales::Questions::CombinedIncomeValueCheck < ::Form::Question
def initialize(id, hsh, page, check_answers_card_number:)
super(id, hsh, page)
@id = "combined_income_value_check"
@copy_key = "sales.property.combined_income_value_check"
@check_answer_label = "Combined income confirmation"
@header = "Are you sure this is correct?"
@type = "interruption_screen"
@answer_options = {
"0" => { "value" => "Yes" },

6
config/locales/forms/2023/sales/property.en.yml

@ -50,12 +50,6 @@ en:
hint_text: ""
question_text: "What is the property’s local authority?"
combined_income_value_check:
page_header: ""
check_answer_label: "Combined income confirmation"
hint_text: ""
question_text: "Are you sure this is correct?"
beds:
page_header: ""
check_answer_label: "Number of bedrooms"

6
config/locales/forms/2024/sales/property.en.yml

@ -73,12 +73,6 @@ en:
hint_text: ""
question_text: "What is the property’s local authority?"
combined_income_value_check:
page_header: ""
check_answer_label: "Combined income confirmation"
hint_text: ""
question_text: "Are you sure this is correct?"
beds:
page_header: ""
check_answer_label: "Number of bedrooms"

Loading…
Cancel
Save