mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Fix typo (#1390)
This commit is contained in:
parent
7f91e2b06b
commit
b22b2c5716
2 changed files with 4 additions and 4 deletions
|
@ -184,7 +184,7 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p
|
||||||
High school degree attainment rate
|
High school degree attainment rate
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Poportion of people ages 25 years or older whose education level is less than a high school diploma
|
Proportion of people ages 25 years or older whose education level is less than a high school diploma
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1262,7 +1262,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
|
||||||
High school degree attainment rate
|
High school degree attainment rate
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Poportion of people ages 25 years or older whose education level is less than a high school diploma
|
Proportion of people ages 25 years or older whose education level is less than a high school diploma
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1504,7 +1504,7 @@ exports[`rendering of the AreaDetail checks if indicators for PUERTO RICO are pr
|
||||||
High school degree attainment rate
|
High school degree attainment rate
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Poportion of people ages 25 years or older whose education level is less than a high school diploma
|
Proportion of people ages 25 years or older whose education level is less than a high school diploma
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -590,7 +590,7 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
|
||||||
HIGH_SKL: {
|
HIGH_SKL: {
|
||||||
id: 'areaDetail.indicator.description.high.school',
|
id: 'areaDetail.indicator.description.high.school',
|
||||||
defaultMessage: `
|
defaultMessage: `
|
||||||
Poportion of people ages 25 years or older whose education level is less than a high school diploma
|
Proportion of people ages 25 years or older whose education level is less than a high school diploma
|
||||||
`,
|
`,
|
||||||
description: 'Percent of people ages 25 years or older whose education level is less than a high school diploma',
|
description: 'Percent of people ages 25 years or older whose education level is less than a high school diploma',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue