mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 22:54:19 -07:00
fix: typos (#2148)
- closes #2134 - closes #2135 - closes #2141 - closes #2118
This commit is contained in:
parent
eab56ced54
commit
d831a808d2
11 changed files with 85 additions and 85 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue