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:
Vim 2022-05-26 18:33:22 -04:00 committed by GitHub
parent 226017654a
commit 88c86fcf7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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`,
},

View file

@ -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": {

View file

@ -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",

View file

@ -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>