diff --git a/app/views/questions/ssn_itin/edit.html.erb b/app/views/questions/ssn_itin/edit.html.erb index 86caa11784..57726a0622 100644 --- a/app/views/questions/ssn_itin/edit.html.erb +++ b/app/views/questions/ssn_itin/edit.html.erb @@ -1,9 +1,6 @@ <% content_for :page_title, t("views.questions.ssn_itin.title") %> <% content_for :card do %> -
- <%= t("views.questions.ssn_itin.warning_html") %> -
<%= form_with model: @form, url: current_path, local: true, method: "put", builder: VitaMinFormBuilder, html: { class: "form-card form-card--long" } do |f| %>

<%= content_for(:page_title) %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index e33357cc6c..fe7735ebd9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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: '⚠️ Immigrant filers: As of April 2025, the IRS and Dept. of Homeland Security (including ICE) have reached an agreement to share data between the agencies. Please see our FAQ for more information if you have any concerns.' 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}. diff --git a/config/locales/es.yml b/config/locales/es.yml index 308ee49eeb..dcd2f1021d 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -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: ⚠️ Declarantes inmigrantes: Desde abril de 2025, el IRS y el Departamento de Seguridad Nacional (incluyendo ICE) llegaron a un acuerdo para compartir datos entre las agencias. Consulte nuestras preguntas frecuentes para más información 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}.