mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-02 04:24:19 -07:00
Update formula copy (#1343)
* Update formula copy * Remove plural on threshold
This commit is contained in:
parent
eb03d6cb5f
commit
d1d62315ff
3 changed files with 12 additions and 20 deletions
|
@ -43,7 +43,8 @@ export const FORMULA = {
|
|||
INTRO: <FormattedMessage
|
||||
id={'methodology.page.formula.intro'}
|
||||
defaultMessage={`
|
||||
Under the current formula, a census tract will be {identifiedDis} in one or more categories of criteria:
|
||||
Under the current formula, a census tract will be identified as disadvantaged in one or more
|
||||
categories of criteria:
|
||||
`}
|
||||
description={'methodology page introducing the formula'}
|
||||
values={{
|
||||
|
@ -53,8 +54,7 @@ export const FORMULA = {
|
|||
IF: <FormattedMessage
|
||||
id={'methodology.page.formula.first'}
|
||||
defaultMessage={ `
|
||||
{if} the tract is above the thresholds for one or more environmental, climate, health or
|
||||
socioeconomic burden indicators
|
||||
{if} the tract is above the threshold for one or more environmental or climate indicators
|
||||
`}
|
||||
description={'the first part of the formula used in the methodology'}
|
||||
values= {{
|
||||
|
@ -64,7 +64,7 @@ export const FORMULA = {
|
|||
AND: <FormattedMessage
|
||||
id={'methodology.page.formula.second'}
|
||||
defaultMessage={ `
|
||||
{and} the tract is above the thresholds for both socioeconomic indicators
|
||||
{and} the tract is above the threshold for the socioeconomic indicators
|
||||
`}
|
||||
description={'the second part of the formula used in the methodology'}
|
||||
values= {{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue