From 53ac863af6ab8e0f0e5f286b17bd737a85d2c7b0 Mon Sep 17 00:00:00 2001 From: Brad Bodine Date: Wed, 7 Aug 2024 14:31:59 -0500 Subject: [PATCH] fix translations for financial assistance other incomes (#4229) * fix translations for financial assistance other incomes * Fix translations for financial assistance other incomes --- .../db/seedfiles/translations/en/dc/financial_assistance.rb | 4 ++-- .../db/seedfiles/translations/en/ic/financial_assistance.rb | 4 ++-- .../db/seedfiles/translations/en/me/financial_assistance.rb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/financial_assistance/db/seedfiles/translations/en/dc/financial_assistance.rb b/components/financial_assistance/db/seedfiles/translations/en/dc/financial_assistance.rb index de266fb4927..21a8c92fe41 100644 --- a/components/financial_assistance/db/seedfiles/translations/en/dc/financial_assistance.rb +++ b/components/financial_assistance/db/seedfiles/translations/en/dc/financial_assistance.rb @@ -105,8 +105,8 @@ "en.faa.other_incomes.cancel" => "Cancel", "en.faa.other_incomes.save" => "Save", "en.faa.other_incomes.remove" => "Remove", - "en.faa.other_incomes.start.date" => "Start Date", - "en.faa.other_incomes.end.date" => "End Date", + "en.faa.other_incomes.start_date" => "Start Date", + "en.faa.other_incomes.end_date" => "End Date", "en.faa.other_incomes.add" => "Add Additional %{kind} Income", "en.faa.other_incomes.other_income_subtitle" => "Common types of income you must report", "en.faa.other_incomes.other_income_description" => "Check any boxes that apply to this person and enter details when requested.", diff --git a/components/financial_assistance/db/seedfiles/translations/en/ic/financial_assistance.rb b/components/financial_assistance/db/seedfiles/translations/en/ic/financial_assistance.rb index 4adf477ee64..7e759b19626 100644 --- a/components/financial_assistance/db/seedfiles/translations/en/ic/financial_assistance.rb +++ b/components/financial_assistance/db/seedfiles/translations/en/ic/financial_assistance.rb @@ -106,8 +106,8 @@ "en.faa.other_incomes.cancel" => "Cancel", "en.faa.other_incomes.save" => "Save", "en.faa.other_incomes.remove" => "Remove", - "en.faa.other_incomes.start.date" => "Start Date", - "en.faa.other_incomes.end.date" => "End Date", + "en.faa.other_incomes.start_date" => "Start Date", + "en.faa.other_incomes.end_date" => "End Date", "en.faa.other_incomes.add" => "Add Additional %{kind} Income", "en.faa.other_incomes.other_income_subtitle" => "Common types of income you must report", "en.faa.other_incomes.other_income_description" => "Check any boxes that apply to this person and enter details when requested.", diff --git a/components/financial_assistance/db/seedfiles/translations/en/me/financial_assistance.rb b/components/financial_assistance/db/seedfiles/translations/en/me/financial_assistance.rb index 1bbfd24f698..b895a097ce4 100644 --- a/components/financial_assistance/db/seedfiles/translations/en/me/financial_assistance.rb +++ b/components/financial_assistance/db/seedfiles/translations/en/me/financial_assistance.rb @@ -132,8 +132,8 @@ "en.faa.other_incomes.cancel" => "Cancel", "en.faa.other_incomes.save" => "Save", "en.faa.other_incomes.remove" => "Remove", - "en.faa.other_incomes.start.date" => "Start Date", - "en.faa.other_incomes.end.date" => "End Date", + "en.faa.other_incomes.start_date" => "Start Date", + "en.faa.other_incomes.end_date" => "End Date", "en.faa.other_incomes.add" => "Add Additional %{kind} Income", "en.faa.other_incomes.other_income_subtitle" => "Common types of income you must report", "en.faa.other_incomes.other_income_description" => "Check any boxes that apply to this person and enter details when requested.",