mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-02 04:04:36 -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
|
@ -5,11 +5,8 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = `
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Under the current formula, a census tract will be
|
Under the current formula, a census tract will be identified as disadvantaged in one or more
|
||||||
<strong>
|
categories of criteria:
|
||||||
identified as disadvantaged
|
|
||||||
</strong>
|
|
||||||
in one or more categories of criteria:
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -18,8 +15,7 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = `
|
||||||
<span>
|
<span>
|
||||||
IF
|
IF
|
||||||
</span>
|
</span>
|
||||||
the tract is above the thresholds for one or more environmental, climate, health or
|
the tract is above the threshold for one or more environmental or climate indicators
|
||||||
socioeconomic burden indicators
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -28,7 +24,7 @@ exports[`rendering of the MethodologyFormula checks if component renders 1`] = `
|
||||||
<span>
|
<span>
|
||||||
AND
|
AND
|
||||||
</span>
|
</span>
|
||||||
the tract is above the thresholds for both socioeconomic indicators
|
the tract is above the threshold for the socioeconomic indicators
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -43,7 +43,8 @@ export const FORMULA = {
|
||||||
INTRO: <FormattedMessage
|
INTRO: <FormattedMessage
|
||||||
id={'methodology.page.formula.intro'}
|
id={'methodology.page.formula.intro'}
|
||||||
defaultMessage={`
|
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'}
|
description={'methodology page introducing the formula'}
|
||||||
values={{
|
values={{
|
||||||
|
@ -53,8 +54,7 @@ export const FORMULA = {
|
||||||
IF: <FormattedMessage
|
IF: <FormattedMessage
|
||||||
id={'methodology.page.formula.first'}
|
id={'methodology.page.formula.first'}
|
||||||
defaultMessage={ `
|
defaultMessage={ `
|
||||||
{if} the tract is above the thresholds for one or more environmental, climate, health or
|
{if} the tract is above the threshold for one or more environmental or climate indicators
|
||||||
socioeconomic burden indicators
|
|
||||||
`}
|
`}
|
||||||
description={'the first part of the formula used in the methodology'}
|
description={'the first part of the formula used in the methodology'}
|
||||||
values= {{
|
values= {{
|
||||||
|
@ -64,7 +64,7 @@ export const FORMULA = {
|
||||||
AND: <FormattedMessage
|
AND: <FormattedMessage
|
||||||
id={'methodology.page.formula.second'}
|
id={'methodology.page.formula.second'}
|
||||||
defaultMessage={ `
|
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'}
|
description={'the second part of the formula used in the methodology'}
|
||||||
values= {{
|
values= {{
|
||||||
|
|
|
@ -302,11 +302,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Under the current formula, a census tract will be
|
Under the current formula, a census tract will be identified as disadvantaged in one or more
|
||||||
<strong>
|
categories of criteria:
|
||||||
identified as disadvantaged
|
|
||||||
</strong>
|
|
||||||
in one or more categories of criteria:
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -315,8 +312,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<span>
|
<span>
|
||||||
IF
|
IF
|
||||||
</span>
|
</span>
|
||||||
the tract is above the thresholds for one or more environmental, climate, health or
|
the tract is above the threshold for one or more environmental or climate indicators
|
||||||
socioeconomic burden indicators
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -325,7 +321,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<span>
|
<span>
|
||||||
AND
|
AND
|
||||||
</span>
|
</span>
|
||||||
the tract is above the thresholds for both socioeconomic indicators
|
the tract is above the threshold for the socioeconomic indicators
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue