mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Remove proportions and add percent (#1346)
This commit is contained in:
parent
76bcbe90cf
commit
064a4a3564
3 changed files with 12 additions and 12 deletions
|
@ -505,7 +505,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
The percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
Percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
||||||
Family Income by county and are spending more than 30% of their income on housing costs.
|
Family Income by county and are spending more than 30% of their income on housing costs.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -1137,7 +1137,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
The percent households, which are households, where no one over the age fourteen speaks English well.
|
Percent of households, which are households, where no one over the age fourteen speaks English well.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1252,7 +1252,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Proportion of a tract's population in households where the household income is at or below 100% of
|
Percent of a tract's population in households where the household income is at or below 100% of
|
||||||
the Federal poverty level.
|
the Federal poverty level.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -1321,7 +1321,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Proportion of people ages 25 years or older in a census tract whose
|
Percent of people ages 25 years or older in a census tract whose
|
||||||
education level is less than a high school diploma.
|
education level is less than a high school diploma.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1007,7 +1007,7 @@ export const INDICATORS = [
|
||||||
description: <FormattedMessage
|
description: <FormattedMessage
|
||||||
id= {'category.house.burden.description.text'}
|
id= {'category.house.burden.description.text'}
|
||||||
defaultMessage= {`
|
defaultMessage= {`
|
||||||
The percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
Percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
||||||
Family Income by county and are spending more than 30% of their income on housing costs.
|
Family Income by county and are spending more than 30% of their income on housing costs.
|
||||||
`}
|
`}
|
||||||
description= {'description text for housing burden'}
|
description= {'description text for housing burden'}
|
||||||
|
@ -1274,7 +1274,7 @@ export const INDICATORS = [
|
||||||
description: <FormattedMessage
|
description: <FormattedMessage
|
||||||
id= {'category.linguistic.iso.description.text'}
|
id= {'category.linguistic.iso.description.text'}
|
||||||
defaultMessage= {`
|
defaultMessage= {`
|
||||||
The percent households, which are households, where no one over the age fourteen speaks English well.
|
Percent of households, which are households, where no one over the age fourteen speaks English well.
|
||||||
`}
|
`}
|
||||||
description= {'description text for linguistic isolation'}
|
description= {'description text for linguistic isolation'}
|
||||||
/>,
|
/>,
|
||||||
|
@ -1316,7 +1316,7 @@ export const INDICATORS = [
|
||||||
description: <FormattedMessage
|
description: <FormattedMessage
|
||||||
id= {'category.poverty.description.text'}
|
id= {'category.poverty.description.text'}
|
||||||
defaultMessage= {`
|
defaultMessage= {`
|
||||||
Proportion of a tract's population in households where the household income is at or below 100% of
|
Percent of a tract's population in households where the household income is at or below 100% of
|
||||||
the Federal poverty level.
|
the Federal poverty level.
|
||||||
`}
|
`}
|
||||||
description= {'description text for poverty'}
|
description= {'description text for poverty'}
|
||||||
|
@ -1340,7 +1340,7 @@ export const INDICATORS = [
|
||||||
description: <FormattedMessage
|
description: <FormattedMessage
|
||||||
id= {'category.highschool.description.text'}
|
id= {'category.highschool.description.text'}
|
||||||
defaultMessage= {`
|
defaultMessage= {`
|
||||||
Proportion of people ages 25 years or older in a census tract whose
|
Percent of people ages 25 years or older in a census tract whose
|
||||||
education level is less than a high school diploma.
|
education level is less than a high school diploma.
|
||||||
`}
|
`}
|
||||||
description= {'description text for highschool'}
|
description= {'description text for highschool'}
|
||||||
|
|
|
@ -1410,7 +1410,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
The percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
Percent of households in a census tract that are both earning less than 80% of HUD Area Median
|
||||||
Family Income by county and are spending more than 30% of their income on housing costs.
|
Family Income by county and are spending more than 30% of their income on housing costs.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -2042,7 +2042,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
The percent households, which are households, where no one over the age fourteen speaks English well.
|
Percent of households, which are households, where no one over the age fourteen speaks English well.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -2157,7 +2157,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Proportion of a tract's population in households where the household income is at or below 100% of
|
Percent of a tract's population in households where the household income is at or below 100% of
|
||||||
the Federal poverty level.
|
the Federal poverty level.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -2226,7 +2226,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
Proportion of people ages 25 years or older in a census tract whose
|
Percent of people ages 25 years or older in a census tract whose
|
||||||
education level is less than a high school diploma.
|
education level is less than a high school diploma.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue