fix typo on demographics (#2128)

- closes #2127
This commit is contained in:
Vim 2023-01-05 13:17:53 -08:00 committed by GitHub
commit 275ce14db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ exports[`rendering of TractDemographics component does it render a tract in Alas
</div>
<div>
<span>
Native Hawiian or Pacific Islander
Native Hawaiian or Pacific Islander
</span>
<span>
0%
@ -215,7 +215,7 @@ exports[`rendering of TractDemographics component does it render a tract in Amer
</div>
<div>
<span>
Native Hawiian or Pacific Islander
Native Hawaiian or Pacific Islander
</span>
<span>
--
@ -365,7 +365,7 @@ exports[`rendering of TractDemographics component does it render a tract in NYC
</div>
<div>
<span>
Native Hawiian or Pacific Islander
Native Hawaiian or Pacific Islander
</span>
<span>
0%

View file

@ -549,7 +549,7 @@ export const SIDE_PANEL_DEMOGRAPHICS = {
/>,
DEMO_HAWAIIAN: <FormattedMessage
id={'explore.map.page.side.panel.demo.hawaiian'}
defaultMessage={'Native Hawiian or Pacific Islander'}
defaultMessage={'Native Hawaiian or Pacific Islander'}
description={`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Native Hawiian or Pacific Islander`}
/>,
DEMO_OTHER_RACE: <FormattedMessage

View file

@ -800,7 +800,7 @@
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Black"
},
"explore.map.page.side.panel.demo.hawaiian": {
"defaultMessage": "Native Hawiian or Pacific Islander",
"defaultMessage": "Native Hawaiian or Pacific Islander",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Native Hawiian or Pacific Islander"
},
"explore.map.page.side.panel.demo.hispanic": {