diff --git a/app/models/form/lettings/questions/chcharge_4_weekly.rb b/app/models/form/lettings/questions/chcharge_4_weekly.rb index 3bccc856e..1cf3adae4 100644 --- a/app/models/form/lettings/questions/chcharge_4_weekly.rb +++ b/app/models/form/lettings/questions/chcharge_4_weekly.rb @@ -2,7 +2,7 @@ class Form::Lettings::Questions::Chcharge4Weekly < ::Form::Question def initialize(id, hsh, page) super @id = "chcharge" - @copy_key = "lettings.income_and_benefits.care_home.chcharge.four_weekly" + @copy_key = "lettings.income_and_benefits.care_home.chcharge_4_weekly" @type = "numeric" @width = 5 @check_answers_card_number = 0 diff --git a/app/models/form/lettings/questions/chcharge_bi_weekly.rb b/app/models/form/lettings/questions/chcharge_bi_weekly.rb index 10f71930e..c2abc4bdd 100644 --- a/app/models/form/lettings/questions/chcharge_bi_weekly.rb +++ b/app/models/form/lettings/questions/chcharge_bi_weekly.rb @@ -2,7 +2,7 @@ class Form::Lettings::Questions::ChchargeBiWeekly < ::Form::Question def initialize(id, hsh, page) super @id = "chcharge" - @copy_key = "lettings.income_and_benefits.care_home.chcharge.bi_weekly" + @copy_key = "lettings.income_and_benefits.care_home.chcharge_bi_weekly" @type = "numeric" @width = 5 @check_answers_card_number = 0 diff --git a/app/models/form/lettings/questions/chcharge_monthly.rb b/app/models/form/lettings/questions/chcharge_monthly.rb index c2d27836b..d76a4ae1f 100644 --- a/app/models/form/lettings/questions/chcharge_monthly.rb +++ b/app/models/form/lettings/questions/chcharge_monthly.rb @@ -2,7 +2,7 @@ class Form::Lettings::Questions::ChchargeMonthly < ::Form::Question def initialize(id, hsh, page) super @id = "chcharge" - @copy_key = "lettings.income_and_benefits.care_home.chcharge.monthly" + @copy_key = "lettings.income_and_benefits.care_home.chcharge_monthly" @type = "numeric" @width = 5 @check_answers_card_number = 0 diff --git a/app/models/form/lettings/questions/chcharge_weekly.rb b/app/models/form/lettings/questions/chcharge_weekly.rb index 675c73b27..ab7f64622 100644 --- a/app/models/form/lettings/questions/chcharge_weekly.rb +++ b/app/models/form/lettings/questions/chcharge_weekly.rb @@ -2,7 +2,7 @@ class Form::Lettings::Questions::ChchargeWeekly < ::Form::Question def initialize(id, hsh, page) super @id = "chcharge" - @copy_key = "lettings.income_and_benefits.care_home.chcharge.weekly" + @copy_key = "lettings.income_and_benefits.care_home.chcharge_weekly" @type = "numeric" @width = 5 @check_answers_card_number = 0 diff --git a/config/locales/forms/2023/lettings/income_and_benefits.en.yml b/config/locales/forms/2023/lettings/income_and_benefits.en.yml index 44cd8bbfe..2ea9c6ad6 100644 --- a/config/locales/forms/2023/lettings/income_and_benefits.en.yml +++ b/config/locales/forms/2023/lettings/income_and_benefits.en.yml @@ -50,23 +50,22 @@ en: check_answer_label: "Care home accommodation" hint_text: "" question_text: "Is this accommodation a care home?" - chcharge: - weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every week?" - bi_weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every 2 weeks?" - four_weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every 4 weeks?" - monthly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every month?" + chcharge_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every week?" + chcharge_bi_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every 2 weeks?" + chcharge_4_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every 4 weeks?" + chcharge_monthly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every month?" rent_weekly: page_header: "Household rent and charges" diff --git a/config/locales/forms/2024/lettings/income_and_benefits.en.yml b/config/locales/forms/2024/lettings/income_and_benefits.en.yml index 7f4171e42..d9604322a 100644 --- a/config/locales/forms/2024/lettings/income_and_benefits.en.yml +++ b/config/locales/forms/2024/lettings/income_and_benefits.en.yml @@ -50,23 +50,22 @@ en: check_answer_label: "Care home accommodation" hint_text: "" question_text: "Is this accommodation a care home?" - chcharge: - weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every week?" - bi_weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every 2 weeks?" - four_weekly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every 4 weeks?" - monthly: - check_answer_label: "Care home charges" - hint_text: "" - question_text: "How much does the household pay every month?" + chcharge_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every week?" + chcharge_bi_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every 2 weeks?" + chcharge_4_weekly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every 4 weeks?" + chcharge_monthly: + check_answer_label: "Care home charges" + hint_text: "" + question_text: "How much does the household pay every month?" rent_weekly: page_header: "Household rent and charges"