Skip to content

Commit

Permalink
Update ID eligiligible page copy (#5422)
Browse files Browse the repository at this point in the history
  • Loading branch information
squanto authored Jan 28, 2025
1 parent a2ef1e5 commit 1d50ab2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<li><%=t('.education_contribution_credit') %></li>
<li><%=t('.itemized_deductions') %></li>
<li><%=t('.dependents_not_claimed_fed_return') %></li>
<li><%=t('.voluntary_donations') %></li>
<li><%=t('.change_in_filing_status') %></li>
</ul>
</div>
</div>
</div>
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion spec/support/helpers/state_file_intake_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d50ab2

Please sign in to comment.