fix: typos (#2148)

- closes #2134
- closes #2135
- closes #2141
- closes #2118
This commit is contained in:
Vim 2023-02-06 10:03:22 -08:00 committed by GitHub
commit d831a808d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 85 additions and 85 deletions

View file

@ -255,7 +255,7 @@ export const CATEGORIES = {
/>,
IF: <FormattedMessage
id={'methodology.page.indicator.categories.afford.house.if'}
defaultMessage={`Experienced <link0>historic underinvestment</link0> OR are at or above the 90th percentile for the <link1>housing cost</link1> OR <link2>lack of green space</link2> OR <link3>lack of indoor plumbing</link3> OR <link4>lead paint</link4>`}
defaultMessage={`Experienced <link0>historic underinvestment</link0> OR are at or above the 90th percentile for <link1>housing cost</link1> OR <link2>lack of green space</link2> OR <link3>lack of indoor plumbing</link3> OR <link4>lead paint</link4>`}
description={'Navigate to the methodology page. Navigate to the category section. This will set the if portion of the formula'}
values={{
link0: simpleLink('#hist-underinv'),
@ -434,7 +434,7 @@ export const DATASET_CARD_LABELS = defineMessages({
},
RESP_PARTY: {
id: 'methodology.page.datasetCard.responsible.party',
defaultMessage: 'Responsible Party: ',
defaultMessage: 'Responsible party: ',
description: 'Navigate to the Methodology page. This is the label associated with explaining the card',
},
DATE_RANGE: {