Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/questions/ssn_itin/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<% content_for :page_title, t("views.questions.ssn_itin.title") %>

<% content_for :card do %>
<div class="notice--warning">
<%= t("views.questions.ssn_itin.warning_html") %>
</div>
<%= form_with model: @form, url: current_path, local: true, method: "put", builder: VitaMinFormBuilder, html: { class: "form-card form-card--long" } do |f| %>
<h1 class="h2"><%= content_for(:page_title) %></h1>

Expand Down
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5853,7 +5853,6 @@ en:
title: Select any situations that were true for your spouse in %{year}
ssn_itin:
title: Please provide your taxpayer identification information.
warning_html: '⚠️ <b>Immigrant filers</b>: As of April 2025, the IRS and Dept. of Homeland Security (including ICE) have reached an agreement to share data between the agencies. <a href="https://www.getyourrefund.org/en/faq/security_and_confidentiality/im_worried_my_home_address_is_not_secure">Please see our FAQ for more information if you have any concerns.</a>'
start_with_current_year:
starting_point: This is just a starting point, you will be able to discuss your situation in depth with your tax specialist over the phone.
title: We’ll start by asking about your situation in %{year}.
Expand Down
1 change: 0 additions & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5876,7 +5876,6 @@ es:
title: Seleccione cualquier situación que haya sido cierta para su cónyuge en %{year}
ssn_itin:
title: Favor de proporcionar su información de identificación del contribuyente, "taxpayer identification information" en inglés.
warning_html: ⚠️ <b>Declarantes inmigrantes:</b> Desde abril de 2025, el IRS y el Departamento de Seguridad Nacional (incluyendo ICE) llegaron a un acuerdo para compartir datos entre las agencias. <a href="https://www.getyourrefund.org/es/faq/security_and_confidentiality/im_worried_my_home_address_is_not_secure">Consulte nuestras preguntas frecuentes para más información</a>
start_with_current_year:
starting_point: Este es solo un punto de partida, podrá discutir su situación en profundidad con su especialista en impuestos por teléfono.
title: Comenzaremos preguntando sobre su situación en el %{year}.
Expand Down
Loading