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

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