Skip to content

Commit

Permalink
Remove unemployment from NJ navigation (#4894)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazanec22 authored Oct 29, 2024
1 parent 4ead478 commit a125acf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/lib/navigation/state_file_nj_question_navigation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class StateFileNjQuestionNavigation < Navigation::StateFileBaseQuestionNavigatio
Navigation::NavigationStep.new(StateFile::Questions::NjHomeownerPropertyTaxController),
Navigation::NavigationStep.new(StateFile::Questions::NjTenantRentPaidController),
Navigation::NavigationStep.new(StateFile::Questions::NjSalesUseTaxController),
Navigation::NavigationStep.new(StateFile::Questions::UnemploymentController),
Navigation::NavigationStep.new(StateFile::Questions::NjDisabledExemptionController),
Navigation::NavigationStep.new(StateFile::Questions::TaxesOwedController),
Navigation::NavigationStep.new(StateFile::Questions::TaxRefundController),
Expand Down
2 changes: 1 addition & 1 deletion app/views/state_file/landing_page/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<% end %>
<% else %>
<div class="white-group spacing-below-60">
<%= t(".help_text_html") %>
<%= t(".#{@state_code}.help_text_html", default: t(".help_text_html")) %>
</div>
<%= form_with model: @form, url: { action: :update }, local: true, method: :put, builder: VitaMinFormBuilder do |f| %>
<%= f.submit t("general.get_started"), class: "button button--primary button--wide", id: "firstCta" %>
Expand Down
9 changes: 9 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,15 @@ en:
nj:
built_with_html: "<strong>FileYourStateTaxes</strong> is built in partnership with the <strong>New Jersey Office of Innovation</strong> to integrate with the IRS Direct File tool. It takes about 10 to 15 minutes to complete <strong>once your federal return is accepted</strong>. Get started by setting up your account."
closed_html: "<strong>FileYourStateTaxes</strong> is built in partnership with the New Jersey Office of Innovation to integrate with the IRS Direct File tool.<br /><br />\nWe're closed for the tax season. Unfortunately you can no longer file your state return with us this year. \n"
help_text_html: |
<strong>What you’ll need:</strong>
<br />
<ul class="list--bulleted">
<li>An <strong>accepted</strong> 2023 federal return using <a href="https://directfile.irs.gov/">IRS Direct File</a>. (You don’t need a copy of this return; you’ll transfer your return here.)
<li>Email address or phone number</li>
<li>Driver’s license or state-issued ID</li>
<li>Bank routing and account numbers (if you want to receive your refund or make a tax payment electronically)</li>
</ul>
supported_by: Supported by the New Jersey Office of Innovation
title: File your New Jersey taxes for free
not_you: Not %{user_name}?
Expand Down
9 changes: 9 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,15 @@ es:
closed_html: |
<strong>FileYourStateTaxes</strong> se creó en asociación con el New Jersey Office of Innovation para integrarse con la herramienta Direct File del IRS.<br /><br />
Estamos cerrados por la temporada de impuestos. Desafortunadamente no puede presentar su declaración estatal con nosotros este año.
help_text_html: |
<strong>Lo que necesitarás para comenzar</strong>
<br />
<ul class="list--bulleted">
<li>Una declaración federal de 2023 <strong>aceptada</strong> mediante <a href="https://directfile.irs.gov/">IRS Direct File</a>. (No necesitas una copia de esta declaración; transferirás tu declaración aquí).</li>
<li>Dirección de correo electrónico o número de teléfono.</li>
<li>Licencia de conducir o identificación emitida por el estado.</li>
<li>Números de ruta bancaria y de cuenta (si deseas recibir tu reembolso o hacer un pago de impuestos electrónicamente).</li>
</ul>
supported_by: Respaldada por el New Jersey Office of Innovation
title: Presenta tus impuestos estatales de New Jersey sin costo
not_you: "¿No es %{user_name}?"
Expand Down

0 comments on commit a125acf

Please sign in to comment.