Browse Source

Keep existing header and check answer label for about price value check, common to other subsections

pull/2694/head
Manny Dinssa 8 months ago
parent
commit
6af38af47c
  1. 3
      app/models/form/sales/questions/about_price_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/about_price_value_check.rb

@ -2,7 +2,8 @@ class Form::Sales::Questions::AboutPriceValueCheck < ::Form::Question
def initialize(id, hsh, page)
super
@id = "value_value_check"
@copy_key = "sales.property.value_value_check"
@check_answer_label = "Purchase price confirmation"
@header = "Are you sure?"
@type = "interruption_screen"
@answer_options = {
"0" => { "value" => "Yes" },

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

@ -68,12 +68,6 @@ en:
hint_text: ""
question_text: "Are you sure this is correct?"
value_value_check:
page_header: ""
check_answer_label: "Purchase price confirmation"
hint_text: ""
question_text: "Are you sure?"
beds:
page_header: ""
check_answer_label: "Number of bedrooms"

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

@ -91,12 +91,6 @@ en:
hint_text: ""
question_text: "Are you sure this is correct?"
value_value_check:
page_header: ""
check_answer_label: "Purchase price confirmation"
hint_text: ""
question_text: "Are you sure?"
beds:
page_header: ""
check_answer_label: "Number of bedrooms"

Loading…
Cancel
Save