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 e8fe3de5..c19f07bb 100644 --- a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap +++ b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap @@ -321,7 +321,7 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -622,7 +622,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -799,7 +799,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -976,7 +976,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -1165,7 +1165,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -1371,7 +1371,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -1519,7 +1519,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -1761,7 +1761,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -2029,7 +2029,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or @@ -2390,7 +2390,7 @@ exports[`rendering of the AreaDetail checks if indicators for PUERTO RICO are pr >
- Higher education non-enrollement + Higher education non-enrollment
Percent of the census tract's population 15 or older not enrolled in college, university, or diff --git a/client/src/data/copy/explore.tsx b/client/src/data/copy/explore.tsx index 6b5a9c89..aee64e47 100644 --- a/client/src/data/copy/explore.tsx +++ b/client/src/data/copy/explore.tsx @@ -408,7 +408,7 @@ export const SIDE_PANEL_INDICATORS = defineMessages({ description: `Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show low income`}, HIGH_ED: { id: 'explore.tool.page.side.panel.indicator.high.ed', - defaultMessage: 'Higher education non-enrollement', + defaultMessage: 'Higher education non-enrollment', description: `Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show Higher ed degree achievement rate `, }, diff --git a/client/src/intl/en.json b/client/src/intl/en.json index 7e51c271..1426e3f7 100644 --- a/client/src/intl/en.json +++ b/client/src/intl/en.json @@ -520,7 +520,7 @@ "description": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show Heart disease" }, "explore.tool.page.side.panel.indicator.high.ed": { - "defaultMessage": "Higher education non-enrollement", + "defaultMessage": "Higher education non-enrollment", "description": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show Higher ed degree achievement rate\n" }, "explore.tool.page.side.panel.indicator.high.school": {