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: 3 additions & 0 deletions assets/js/post_office_search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export function render() {
</Alert>
)}
usStatesTerritories={UsStatesTerritories}
resultsSectionHeading={() => (
<h2>{t('in_person_proofing.body.location.po_search.results_heading')}</h2>
)}
/>
</form>,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ translations:
in_person_proofing.body.location.po_search.you_must_start.link_text: 'Learn more about verifying your identity in person.'
in_person_proofing.body.location.po_search.you_must_start.link: /help/verify-your-identity/verify-your-identity-in-person/
in_person_proofing.body.location.po_search.you_must_start.message: 'You must start this process on %{app_name} before going to the Post Office.'
in_person_proofing.body.location.po_search.results_heading: 'Search results for Post Offices near you'
---

{% include components/post-office-search.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ translations:
in_person_proofing.body.location.po_search.you_must_start.link_text: 'Obtenga más información sobre cómo verificar su identidad en persona.'
in_person_proofing.body.location.po_search.you_must_start.link: /es/help/verify-your-identity/verify-your-identity-in-person/
in_person_proofing.body.location.po_search.you_must_start.message: 'Debe iniciar este proceso en %{app_name} antes de acudir a la oficina de correos.'
in_person_proofing.body.location.po_search.results_heading: 'Buscar resultados de Oficinas de correos cercanas'
---

{% include components/post-office-search.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ translations:
in_person_proofing.body.location.po_search.you_must_start.link_text: 'En savoir plus sur la vérification de votre identité en personne.'
in_person_proofing.body.location.po_search.you_must_start.link: /fr/help/verify-your-identity/verify-your-identity-in-person/
in_person_proofing.body.location.po_search.you_must_start.message: 'Vous devez commencer cette procédure sur %{app_name} avant de vous rendre au bureau de poste.'
in_person_proofing.body.location.po_search.results_heading: 'Résultats de la recherche pour des bureaux de poste près de vous'

---

{% include components/post-office-search.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ translations:
in_person_proofing.body.location.po_search.you_must_start.link_text: '了解更多有关亲身去验证身份的信息。'
in_person_proofing.body.location.po_search.you_must_start.link: /zh/help/verify-your-identity/verify-your-identity-in-person/
in_person_proofing.body.location.po_search.you_must_start.message: '去邮局之前就在 %{app_name} 开始这一流程'
in_person_proofing.body.location.po_search.results_heading: '您附近邮局的搜索结果'

---

{% include components/post-office-search.html %}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"vnu-jar": "^21.10.12"
},
"dependencies": {
"@18f/identity-address-search": "^3.2.0",
"@18f/identity-address-search": "^3.4.0",
"@18f/identity-build-sass": "^3.0.0",
Comment thread
gina-yamada marked this conversation as resolved.
"@18f/identity-components": "^2.0.0",
"@18f/identity-design-system": "^9.0.0",
Expand Down