From 7d1d14e05f7520016444600ae32fa0a8fa52a34f Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:36:48 -0800 Subject: [PATCH] fix: update en.json (#2132) --- client/src/data/copy/methodology.tsx | 4 ++-- client/src/intl/en.json | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx index 74634669..431b7143 100644 --- a/client/src/data/copy/methodology.tsx +++ b/client/src/data/copy/methodology.tsx @@ -488,7 +488,7 @@ export const RESPONSIBLE_PARTIES = { description={'responsible party text'} />, CEN: , @@ -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', }, diff --git a/client/src/intl/en.json b/client/src/intl/en.json index ef3d833a..03d10583 100644 --- a/client/src/intl/en.json +++ b/client/src/intl/en.json @@ -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"