diff --git a/app/models/form/sales/questions/buyer1_income_value_check.rb b/app/models/form/sales/questions/buyer1_income_value_check.rb index 136cd2112..63e3b6478 100644 --- a/app/models/form/sales/questions/buyer1_income_value_check.rb +++ b/app/models/form/sales/questions/buyer1_income_value_check.rb @@ -2,7 +2,8 @@ class Form::Sales::Questions::Buyer1IncomeValueCheck < ::Form::Question def initialize(id, hsh, page, check_answers_card_number:) super(id, hsh, page) @id = "income1_value_check" - @copy_key = "sales.property.income1_value_check" + @check_answer_label = "Buyer 1 income confirmation" + @header = "Are you sure this is correct?" @type = "interruption_screen" @answer_options = { "0" => { "value" => "Yes" }, diff --git a/app/models/form/sales/questions/buyer2_income_value_check.rb b/app/models/form/sales/questions/buyer2_income_value_check.rb index fccbd15fb..37b6cb380 100644 --- a/app/models/form/sales/questions/buyer2_income_value_check.rb +++ b/app/models/form/sales/questions/buyer2_income_value_check.rb @@ -2,7 +2,8 @@ class Form::Sales::Questions::Buyer2IncomeValueCheck < ::Form::Question def initialize(id, hsh, page, check_answers_card_number:) super(id, hsh, page) @id = "income2_value_check" - @copy_key = "sales.property.income2_value_check" + @check_answer_label = "Buyer 2 income confirmation" + @header = "Are you sure this is correct?" @type = "interruption_screen" @answer_options = { "0" => { "value" => "Yes" }, diff --git a/config/locales/forms/2023/sales/property.en.yml b/config/locales/forms/2023/sales/property.en.yml index 4f48c11a7..aaeb62bfd 100644 --- a/config/locales/forms/2023/sales/property.en.yml +++ b/config/locales/forms/2023/sales/property.en.yml @@ -50,18 +50,6 @@ en: hint_text: "" question_text: "What is the property’s local authority?" - income1_value_check: - page_header: "" - check_answer_label: "Buyer 1 income confirmation" - hint_text: "" - question_text: "Are you sure this is correct?" - - income2_value_check": - page_header: "" - check_answer_label: "Buyer 2 income confirmation" - hint_text: "" - question_text: "Are you sure this is correct?" - combined_income_value_check: page_header: "" check_answer_label: "Combined income confirmation" diff --git a/config/locales/forms/2024/sales/property.en.yml b/config/locales/forms/2024/sales/property.en.yml index ce3c1f41e..922690df6 100644 --- a/config/locales/forms/2024/sales/property.en.yml +++ b/config/locales/forms/2024/sales/property.en.yml @@ -73,18 +73,6 @@ en: hint_text: "" question_text: "What is the property’s local authority?" - income1_value_check: - page_header: "" - check_answer_label: "Buyer 1 income confirmation" - hint_text: "" - question_text: "Are you sure this is correct?" - - income2_value_check": - page_header: "" - check_answer_label: "Buyer 2 income confirmation" - hint_text: "" - question_text: "Are you sure this is correct?" - combined_income_value_check: page_header: "" check_answer_label: "Combined income confirmation"