Skip to content

Commit

Permalink
feat: add new results section heading content
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithNava committed Nov 19, 2024
1 parent b280194 commit 3dda104
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/js/post_office_search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export function render() {
</Alert>
)}
usStatesTerritories={UsStatesTerritories}
resultsSectionHeading={() => <h2>Search results for Post Offices near you</h2>}
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 %}

0 comments on commit 3dda104

Please sign in to comment.