From 1d50ab2a75a9c898a02f2d14a8fb01978d95d30d Mon Sep 17 00:00:00 2001 From: Hugo Melo Date: Tue, 28 Jan 2025 14:51:19 -0500 Subject: [PATCH] Update ID eligiligible page copy (#5422) --- .../questions/eligible/_id_credits_unsupported.html.erb | 3 +-- config/locales/en.yml | 1 - config/locales/es.yml | 1 - spec/support/helpers/state_file_intake_helper.rb | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/state_file/questions/eligible/_id_credits_unsupported.html.erb b/app/views/state_file/questions/eligible/_id_credits_unsupported.html.erb index b19f2eb1b9..cfbbfcd02c 100644 --- a/app/views/state_file/questions/eligible/_id_credits_unsupported.html.erb +++ b/app/views/state_file/questions/eligible/_id_credits_unsupported.html.erb @@ -10,8 +10,7 @@
  • <%=t('.education_contribution_credit') %>
  • <%=t('.itemized_deductions') %>
  • <%=t('.dependents_not_claimed_fed_return') %>
  • -
  • <%=t('.voluntary_donations') %>
  • <%=t('.change_in_filing_status') %>
  • - \ No newline at end of file + diff --git a/config/locales/en.yml b/config/locales/en.yml index df3b073ccc..2d23df1c7a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2549,7 +2549,6 @@ en: itemized_deductions: Itemized deductions long_term_care_insurance_subtraction: Long-term Care Insurance Subtraction maintaining_elderly_disabled_credit: Credit for Maintaining a Home for the Elderly or Disabled - voluntary_donations: All voluntary donations id_supported: child_care_deduction: Child and Dependent Care Deduction health_insurance_premiums_subtraction: Health Insurance Premiums subtraction diff --git a/config/locales/es.yml b/config/locales/es.yml index f3a83a8f42..274c79c866 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -2502,7 +2502,6 @@ es: itemized_deductions: Deducciones detalladas long_term_care_insurance_subtraction: Resta del Seguro de Atención a Largo Plazo maintaining_elderly_disabled_credit: Crédito por Mantener un Hogar para Personas Mayores o Discapacitadas - voluntary_donations: Todas las donaciones voluntarias id_supported: child_care_deduction: Resta de cuidado de niños y dependientes health_insurance_premiums_subtraction: Resta de primas de seguro médico diff --git a/spec/support/helpers/state_file_intake_helper.rb b/spec/support/helpers/state_file_intake_helper.rb index 856f65f5c1..20040a16aa 100644 --- a/spec/support/helpers/state_file_intake_helper.rb +++ b/spec/support/helpers/state_file_intake_helper.rb @@ -43,7 +43,6 @@ def step_through_eligibility_screener(us_state:) expect(page).to have_text I18n.t("state_file.questions.eligible.id_credits_unsupported.education_contribution_credit") expect(page).to have_text I18n.t("state_file.questions.eligible.id_credits_unsupported.itemized_deductions") expect(page).to have_text I18n.t("state_file.questions.eligible.id_credits_unsupported.dependents_not_claimed_fed_return") - expect(page).to have_text I18n.t("state_file.questions.eligible.id_credits_unsupported.voluntary_donations") expect(page).to have_text I18n.t("state_file.questions.eligible.id_credits_unsupported.change_in_filing_status") when "md" expect(page).to have_text I18n.t("state_file.questions.md_eligibility_filing_status.edit.title", year: filing_year)