mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
fix: update en.json (#2132)
This commit is contained in:
parent
4fe6ce5a82
commit
7d1d14e05f
2 changed files with 11 additions and 3 deletions
|
@ -488,7 +488,7 @@ export const RESPONSIBLE_PARTIES = {
|
|||
description={'responsible party text'}
|
||||
/>,
|
||||
CEN: <FormattedMessage
|
||||
id={'methodology.page.cat.res.part.CENSUS'}
|
||||
id={'methodology.page.cat.res.part.CEN'}
|
||||
defaultMessage={'Census'}
|
||||
description={'responsible party text'}
|
||||
/>,
|
||||
|
@ -774,7 +774,7 @@ export const AVAILABLE_FOR = defineMessages({
|
|||
description: 'Methodology page dataset card available for US and DC type',
|
||||
},
|
||||
ALL_US_DC_TERR: {
|
||||
id: 'methodology.page.dataset.card.availableFor.US_DC',
|
||||
id: 'methodology.page.dataset.card.availableFor.US_DC_TERR',
|
||||
defaultMessage: `All U.S. states, the District of Columbia, and U.S. territories`,
|
||||
description: 'Methodology page dataset card available for US and DC type',
|
||||
},
|
||||
|
|
|
@ -1871,6 +1871,10 @@
|
|||
"defaultMessage": "Centers for Disease Control and Prevention (CDC)",
|
||||
"description": "responsible party text"
|
||||
},
|
||||
"methodology.page.cat.res.part.CEN": {
|
||||
"defaultMessage": "Census",
|
||||
"description": "responsible party text"
|
||||
},
|
||||
"methodology.page.cat.res.part.CENSUS": {
|
||||
"defaultMessage": "U.S. Census",
|
||||
"description": "responsible party text"
|
||||
|
@ -2208,13 +2212,17 @@
|
|||
"description": "Methodology page dataset card available for METRO_US_HOLC"
|
||||
},
|
||||
"methodology.page.dataset.card.availableFor.US_DC": {
|
||||
"defaultMessage": "All U.S. states, the District of Columbia, and U.S. territories",
|
||||
"defaultMessage": "All U.S. states and the District of Columbia",
|
||||
"description": "Methodology page dataset card available for US and DC type"
|
||||
},
|
||||
"methodology.page.dataset.card.availableFor.US_DC_PR": {
|
||||
"defaultMessage": "All U.S. states, the District of Columbia, and Puerto Rico",
|
||||
"description": "Methodology page dataset card available for US, DC and Puerto Rico type"
|
||||
},
|
||||
"methodology.page.dataset.card.availableFor.US_DC_TERR": {
|
||||
"defaultMessage": "All U.S. states, the District of Columbia, and U.S. territories",
|
||||
"description": "Methodology page dataset card available for US and DC type"
|
||||
},
|
||||
"methodology.page.dataset.indicator.asthma.title.text": {
|
||||
"defaultMessage": "Asthma",
|
||||
"description": "Navigate to the Methodology page. This is the title text for the asthma dataset"
|
||||
|
|
Loading…
Add table
Reference in a new issue