mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-21 09:11:26 -08:00
Changes criteria to criterion (#1655)
* Update copy - update snapshots * Add period to RFI box body (en and es) - update snapshots
This commit is contained in:
parent
226017654a
commit
88c86fcf7c
8 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ exports[`rendering of the RequestForInfo checks if component renders 1`] = `
|
|||
class="usa-summary-box__text"
|
||||
>
|
||||
<p>
|
||||
The Request for Information on the Federal Register for the public beta period closed on May 25, 2022
|
||||
The Request for Information on the Federal Register for the public beta period closed on May 25, 2022.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -47,7 +47,7 @@ exports[`rendering of the component expects the render to match snapshot 1`] = `
|
|||
tabindex="0"
|
||||
>
|
||||
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criteria.
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criterion.
|
||||
|
||||
</p>
|
||||
<img
|
||||
|
|
|
@ -52,7 +52,7 @@ exports[`simulate app starting up, no click on map should match the snapshot of
|
|||
tabindex="0"
|
||||
>
|
||||
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criteria.
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criterion.
|
||||
|
||||
</p>
|
||||
<img
|
||||
|
|
|
@ -48,7 +48,7 @@ export const RFI_BOX = defineMessages({
|
|||
|
||||
export const RFI_BOX_BODY = <FormattedMessage
|
||||
id={'contact.page.request.for.info.box.body'}
|
||||
defaultMessage={`The Request for Information on the Federal Register for the public beta period closed on {rfiExpDate}`}
|
||||
defaultMessage={`The Request for Information on the Federal Register for the public beta period closed on {rfiExpDate}.`}
|
||||
description={'Navigate to the contact page, this is the body of the request for information box'}
|
||||
values={{
|
||||
rfiExpDate: <FormattedDate
|
||||
|
|
|
@ -187,7 +187,7 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
|
|||
PARA3: {
|
||||
id: 'explore.map.page.side.panel.info.para3',
|
||||
defaultMessage: `
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criteria.
|
||||
The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criterion.
|
||||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the third paragraph of this side panel`,
|
||||
},
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
"description": "Navigate to the contact page, this is the contact page header text"
|
||||
},
|
||||
"contact.page.request.for.info.box.body": {
|
||||
"defaultMessage": "The Request for Information on the Federal Register for the public beta period closed on {rfiExpDate}",
|
||||
"defaultMessage": "The Request for Information on the Federal Register for the public beta period closed on {rfiExpDate}.",
|
||||
"description": "Navigate to the contact page, this is the body of the request for information box"
|
||||
},
|
||||
"contact.page.request.for.info.box.title": {
|
||||
|
@ -756,7 +756,7 @@
|
|||
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the second paragraph of this side panel"
|
||||
},
|
||||
"explore.map.page.side.panel.info.para3": {
|
||||
"defaultMessage": "The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criteria.",
|
||||
"defaultMessage": "The tool ranks each census tract using percentiles that show how much burden each tract experiences relative to all other tracts, for each criterion.",
|
||||
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the third paragraph of this side panel"
|
||||
},
|
||||
"explore.map.page.side.panel.info.para4": {
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"contact.page.fab.survey.text": "Ayude a mejorar el sitio web y los datos",
|
||||
"contact.page.general": "Para comentarios generales, envíe un correo eléctronico a {general_email_address}.",
|
||||
"contact.page.header.text": "Contacto",
|
||||
"contact.page.request.for.info.box.body": "La Solicitud de Información en el Registro Federal para el período beta público cerró el {rfiExpDate}",
|
||||
"contact.page.request.for.info.box.body": "La Solicitud de Información en el Registro Federal para el período beta público cerró el {rfiExpDate}.",
|
||||
"contact.page.request.for.info.box.title": "Solicitud de información",
|
||||
"contact.page.sub.header.text": "Envíenos un correo electrónico",
|
||||
"contact.page.title.text": "Contacto",
|
||||
|
|
|
@ -449,7 +449,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
class="usa-summary-box__text"
|
||||
>
|
||||
<p>
|
||||
The Request for Information on the Federal Register for the public beta period closed on May 25, 2022
|
||||
The Request for Information on the Federal Register for the public beta period closed on May 25, 2022.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue