Remove proportions and add percent (#1346)

This commit is contained in:
Vim 2022-03-01 11:22:39 -05:00 committed by GitHub
parent 76bcbe90cf
commit 064a4a3564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -505,7 +505,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>
@ -1137,7 +1137,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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>
<ul>
@ -1252,7 +1252,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>
@ -1321,7 +1321,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>

View file

@ -1007,7 +1007,7 @@ export const INDICATORS = [
description: <FormattedMessage
id= {'category.house.burden.description.text'}
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.
`}
description= {'description text for housing burden'}
@ -1274,7 +1274,7 @@ export const INDICATORS = [
description: <FormattedMessage
id= {'category.linguistic.iso.description.text'}
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'}
/>,
@ -1316,7 +1316,7 @@ export const INDICATORS = [
description: <FormattedMessage
id= {'category.poverty.description.text'}
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.
`}
description= {'description text for poverty'}
@ -1340,7 +1340,7 @@ export const INDICATORS = [
description: <FormattedMessage
id= {'category.highschool.description.text'}
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.
`}
description= {'description text for highschool'}

View file

@ -1410,7 +1410,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>
@ -2042,7 +2042,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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>
<ul>
@ -2157,7 +2157,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>
@ -2226,7 +2226,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3>
<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.
</div>