Browse Source

Keep existing details for monthly charged check, common to other subsections

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

@ -2,7 +2,8 @@ class Form::Sales::Questions::MonthlyChargesValueCheck < ::Form::Question
def initialize(id, hsh, page)
super
@id = "monthly_charges_value_check"
@copy_key = "sales.property.monthly_charges_value_check"
@check_answer_label = "Monthly charges 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

@ -62,12 +62,6 @@ en:
hint_text: ""
question_text: "What type of unit is the property?"
monthly_charges_value_check:
page_header: ""
check_answer_label: "Monthly charges confirmation"
hint_text: ""
question_text: "Are you sure this is correct?"
percentage_discount_value_check:
page_header: ""
check_answer_label: "Percentage discount confirmation"

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

@ -85,12 +85,6 @@ en:
hint_text: ""
question_text: "What type of unit is the property?"
monthly_charges_value_check:
page_header: ""
check_answer_label: "Monthly charges confirmation"
hint_text: ""
question_text: "Are you sure this is correct?"
percentage_discount_value_check:
page_header: ""
check_answer_label: "Percentage discount confirmation"

Loading…
Cancel
Save