Add THE to percentiles (#1330)

* Update copy

- add the before percentile
- change to exceeds

* update snapshots
This commit is contained in:
Vim 2022-02-28 21:46:46 -05:00 committed by GitHub
commit fd3d1f969f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 44 deletions

View file

@ -170,7 +170,7 @@ export const CATEGORY_AND_CLAUSE = {
LOW_INC_65_WHEN_HIGH_ED_LTE_20: <FormattedMessage
id= {'methodology.paage.category.and.clause.low.inc.hs.ed'}
defaultMessage={`
{and} is above 65th percentile for {lowIncome} AND at or below 20% for {highEdEnrollRate}
{and} is above the 65th percentile for {lowIncome} AND at or below 20% for {highEdEnrollRate}
`}
description= {'and portion of the formula dealing with lower income and high school degree rate'}
values= {{
@ -220,7 +220,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.climate.change.if'}
defaultMessage= {`
{if} at or above 90th percentile for {expAgrLossRate} OR {expbuildLossRate} OR {expPopLossRate}
{if} at or above the 90th percentile for {expAgrLossRate} OR {expbuildLossRate} OR {expPopLossRate}
`}
description= {'if portion of the formula'}
values= {{
@ -255,7 +255,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.clean.energy.if'}
defaultMessage= {`
{if} at or above 90th percentile for {energyCostBur} OR {pm25}
{if} at or above the 90th percentile for {energyCostBur} OR {pm25}
`}
description= {'if portion of the formula'}
values= {{
@ -289,7 +289,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.clean.transport.if'}
defaultMessage= {`
{if} at or above 90th percentile for {dieselPM} or {traffic}
{if} at or above the 90th percentile for {dieselPM} or {traffic}
`}
description= {'if portion of the formula'}
values= {{
@ -323,8 +323,8 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.afford.house.if'}
defaultMessage= {`
{if} at or above 90th percentile for {lead} AND {medianHomeVal} is at or less than
90th percentile OR at or above the 90th percentile for the {houseBur}
{if} at or above the 90th percentile for {lead} AND {medianHomeVal} is at or less than
the 90th percentile OR at or above the 90th percentile for the {houseBur}
`}
description= {'if portion of the formula'}
values= {{
@ -359,7 +359,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.legacy.pollution.if'}
defaultMessage= {`
{if} at or above 90th percentile for {proxHaz} OR {proxNPL} OR {proxRMP}
{if} at or above the 90th percentile for {proxHaz} OR {proxNPL} OR {proxRMP}
`}
description= {'if portion of the formula'}
values= {{
@ -394,7 +394,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.clean.water.if'}
defaultMessage= {`
{if} at or above 90th percentile for {wasteWater}
{if} at or above the 90th percentile for {wasteWater}
`}
description= {'if portion of the formula'}
values= {{
@ -427,7 +427,7 @@ export const CATEGORIES = {
IF: <FormattedMessage
id= {'indicator.categories.health.burdens.if'}
defaultMessage= {`
{if} at or above 90th percentile for {asthma} OR {diabetes} OR {heart} OR {life}
{if} at or above the 90th percentile for {asthma} OR {diabetes} OR {heart} OR {life}
`}
description= {'if portion of the formula'}
values= {{
@ -1028,7 +1028,7 @@ export const INDICATORS = [
id= {'category.lead.paint.description.text'}
defaultMessage= {`
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in
tracts with median home values less than 90th percentile.
tracts with median home values less than the 90th percentile.
`}
description= {'description text for lead paint'}
/>,