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
12 changes: 12 additions & 0 deletions app/views/idv/in_person/state_id.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
</li>
<% end %>
</ul>
<p>
<%= t('in_person_proofing.body.state_id.questions') %>
<%= link_to(
MarketingSite.help_center_article_url(
category: 'verify-your-identity',
article: 'accepted-state-issued-identification',
),
class: 'display-inline',
) do %>
<%= t('in_person_proofing.body.state_id.learn_more_link') %>
<% end %>
</p>
<% end %>

<%= simple_form_for form,
Expand Down
2 changes: 2 additions & 0 deletions config/locales/in_person_proofing/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ en:
info_html: Enter information <strong>exactly as it appears on your state-issued
ID.</strong> We will use this information to confirm it matches your
ID in person.
learn_more_link: Learn more about accepted forms of ID.
questions: Questions?
form:
address:
errors:
Expand Down
3 changes: 3 additions & 0 deletions config/locales/in_person_proofing/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ es:
info_html: Ingrese la información <strong>exactamente como aparece en su cédula
de identidad emitida por el estado.</strong> Utilizaremos esta
información para confirmar que coincide con su cédula en persona.
learn_more_link: Obtenga más información sobre los documentos de identificación
aceptados.
questions: '¿Alguna pregunta?'
form:
address:
errors:
Expand Down
2 changes: 2 additions & 0 deletions config/locales/in_person_proofing/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ fr:
sur votre document d’identité nationale.</strong> Nous utiliserons ces
informations pour confirmer qu’elles correspondent à votre pièce
d’identité en personne.
learn_more_link: En savoir plus sur les formes de pièces d’identité acceptées.
questions: Avez-vous des questions?
form:
address:
errors:
Expand Down