mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
parent
29d5b52f84
commit
e64e7fda60
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
|
||||||
<a
|
<a
|
||||||
href="mailto:screeningtool.feedback@usds.gov"
|
href="mailto:screeningtool.feedback@usds.gov"
|
||||||
>
|
>
|
||||||
recieve an email from you
|
receive an email from you
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</li>
|
</li>
|
||||||
|
@ -21,7 +21,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
|
||||||
<a
|
<a
|
||||||
href="/en/methodology"
|
href="/en/methodology"
|
||||||
>
|
>
|
||||||
Data and methodology
|
Data & methodology
|
||||||
</a>
|
</a>
|
||||||
page and send us feedback.
|
page and send us feedback.
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -385,7 +385,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
||||||
values={{
|
values={{
|
||||||
rxEmailFromYou:
|
rxEmailFromYou:
|
||||||
<a href={`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}>
|
<a href={`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}>
|
||||||
{'recieve an email from you'}
|
{'receive an email from you'}
|
||||||
</a>,
|
</a>,
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
|
@ -396,7 +396,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
||||||
values={{
|
values={{
|
||||||
dataMeth:
|
dataMeth:
|
||||||
<Link to={'/methodology'}>
|
<Link to={'/methodology'}>
|
||||||
{'Data and methodology'}
|
{'Data & methodology'}
|
||||||
</Link>,
|
</Link>,
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue