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.",