diff --git a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap index c19f07bb..44408c9a 100644 --- a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap +++ b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap @@ -1649,11 +1649,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
Heart disease
- - Navigate to the explore the tool page. When the map is in view, click on the map. The side panel - will show an indicator desciption of Weighted percent of people ages 18 years and older who have - been told they have heart disease - + People ages 18 years and older who have been told they have heart disease
diff --git a/client/src/data/copy/explore.tsx b/client/src/data/copy/explore.tsx index aee64e47..5d6d1280 100644 --- a/client/src/data/copy/explore.tsx +++ b/client/src/data/copy/explore.tsx @@ -677,12 +677,9 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({ }, HEART_DISEASE: { id: 'explore.tool.page.side.panel.indicator.description.heartDisease', - defaultMessage: ` - Navigate to the explore the tool page. When the map is in view, click on the map. The side panel - will show an indicator desciption of Weighted percent of people ages 18 years and older who have - been told they have heart disease - `, - description: `People ages 18 years and older who have been told they have heart disease`, + defaultMessage: `People ages 18 years and older who have been told they have heart disease`, + description: `Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show an indicator desciption of Weighted percent of people ages 18 years and older who have + been told they have heart disease`, }, LOW_LIFE_EXPECT: { id: 'explore.tool.page.side.panel.indicator.description.lifeExpect', diff --git a/client/src/intl/en.json b/client/src/intl/en.json index 27cee641..eb926986 100644 --- a/client/src/intl/en.json +++ b/client/src/intl/en.json @@ -420,8 +420,8 @@ "description": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show an indicator desciption of Economic loss rate to the population in fatalities and \n injuries resulting from natural hazards" }, "explore.tool.page.side.panel.indicator.description.heartDisease": { - "defaultMessage": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show an indicator desciption of Weighted percent of people ages 18 years and older who have been told they have heart disease", - "description": "People ages 18 years and older who have been told they have heart disease" + "defaultMessage": "People ages 18 years and older who have been told they have heart disease", + "description": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show an indicator desciption of Weighted percent of people ages 18 years and older who have \n been told they have heart disease" }, "explore.tool.page.side.panel.indicator.description.high.ed": { "defaultMessage": "Percent of the census tract's population 15 or older not enrolled in college, university, or graduate school",