Skip to content

Commit

Permalink
Update copy on verification pages and add intercom link (#5423)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinchoi03 authored Jan 23, 2025
1 parent d6419d9 commit a66c0d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= form_with model: @form, url: { action: :update }, local: true, method: :patch, builder: VitaMinFormBuilder do |f| %>
<h1 class="h2" id="main-question"><%= title %></h1>
<p><%= t(".subtitle_html") %></p>
<p><%= t(".subtitle_html_2") %></p>
<p><%= t(".subtitle_2_html") %></p>
<div class="white-group">
<%= f.cfa_input_field(:verification_code, t("state_file.questions.verification_code.edit.verification_code_label"), classes: ["form-width--long"]) %>
</div>
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2054,8 +2054,8 @@ en:
verification_code:
edit:
error_message: Incorrect verification code. After 2 failed attempts, accounts are locked.
subtitle_2_html: If you still need help, <a class="open-intercom">chat with us</a>.
subtitle_html: If you didn’t receive a code, please check your spam folder.
subtitle_html_2: If you still need help resubscribing, chat with us.
title_html: We’ve sent your code to <strong>%{email_address}</strong>
verify: Verify code
verification_error:
Expand Down Expand Up @@ -3868,7 +3868,7 @@ en:
verification_code:
edit:
action: Verify code
subtitle_html: If you didn’t receive a code, please check your spam folder. If you still need help resubscribing, chat with us.
subtitle_html: If you didn’t receive a code, please check your spam folder. If you still need help, <a class="open-intercom">chat with us</a>.
title_html: We’ve sent your code to <strong>%{contact_info}</strong>
verification_code_label: Enter the 6-digit code
w2:
Expand Down
4 changes: 2 additions & 2 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2006,8 +2006,8 @@ es:
verification_code:
edit:
error_message: Después de 2 intentos fallidos, las cuentas serán bloqueadas.
subtitle_2_html: Si aún necesitas ayuda para resuscribirte, <a class="open-intercom">chatea con nosotros</a>.
subtitle_html: Si no recibiste un código, revisa tu carpeta de spam. Si aún necesitas ayuda para volver a suscribirte, chatea con nosotros.
subtitle_html_2: Si aún necesitas ayuda para resuscribirte, chatea con nosotros.
title_html: Hemos enviado tu código a <strong>%{email_address}</strong>
verify: Verificar el código
verification_error:
Expand Down Expand Up @@ -3843,7 +3843,7 @@ es:
verification_code:
edit:
action: " Verificar el código"
subtitle_html: Si no recibiste un código por favor revisa tu carpeta de spam. Si aún necesitas ayuda, chatea con nosotros.
subtitle_html: Si no recibiste un código por favor revisa tu carpeta de spam. Si aún necesitas ayuda, <a class="open-intercom">chatea con nosotros</a>.
title_html: Te enviamos tu código a <strong>%{contact_info}</strong>
verification_code_label: Ingresa el código de 6 dígitos
w2:
Expand Down

0 comments on commit a66c0d4

Please sign in to comment.