Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/views/state_file/landing_page/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<p class="h2">
<%= t(".#{@state_code}.closed_html") %>
</p>
<p class="h2">
<%= t(".rejected_return_html", sign_in_url: StateFile::StateFilePagesController.to_path_helper(action: :login_options)) %>
</p>
<p class="h2">
<%= t(".already_filed_html") %>
</p>
Expand Down
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,6 @@ en:
supported_by: Supported by the New Jersey Division of Taxation
title: File your New Jersey taxes for free
not_you: Not %{user_name}?
rejected_return_html: <strong>Was the state return you filed with FileYourStateTaxes rejected?</strong> <a href="%{sign_in_url}">Sign in here</a> to correct and resubmit your return.
start_new: Click here to start a new %{state_name} State return.
title_closed: Our free %{state_name} tax filing service is closed for the season
visit_faqs_html: <a href="%{faqs_path}">Visit our FAQs</a> for any questions about IRS Direct File’s closure.
Expand Down
1 change: 0 additions & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,6 @@ es:
supported_by: Respaldado por la División de Impuestos de New Jersey
title: "¡Presenta gratis tus impuestos de New Jersey!"
not_you: "¿No es %{user_name}?"
rejected_return_html: "<strong>¿La declaración estatal que presentaste con FileYourStateTaxes fue rechazada?</strong> <a href='%{sign_in_url}'>Inicia sesión aquí</a> para corregir y volver a enviar tu declaración."
start_new: Haga clic aquí para iniciar una nueva declaración estatal de %{state_name}.
title_closed: Nuestro servicio gratuito para declarar tus impuestos estatales de %{state_name} está cerrado por la temporada
visit_faqs_html: Visita nuestra sección de <a href='%{faqs_path}'>preguntas frecuentes</a> si tienes cualquier pregunta sobre el cierre de IRS Direct File.
Expand Down
Loading