Fix copy bugs and update en.json for spanish translators (#746)

* update copy bugs

- updates snapshots

* Update intl en.json

- remove duplicate ids
This commit is contained in:
Vim 2021-09-23 13:06:26 -07:00 committed by GitHub
commit c99677f9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 362 additions and 118 deletions

View file

@ -117,7 +117,7 @@ export const INDICATORS = [
{
indicator: 'Poverty',
description: `Percent of a block group's population in households where the household income` +
` is at or below 100% of the federal poverty level`,
` is at or below 100% of the federal poverty level.`,
dataResolution: `Census block group`,
dataSourceLabel: `Census's American Community Survey`,
dataSourceURL: `https://www.census.gov/programs-surveys/acs`,
@ -309,7 +309,7 @@ export const METHODOLOGY_STEPS = defineMessages({
description: 'step 1 b heading',
},
STEP_1_C_HEADING: {
id: 'methodology.step.1.a.heading',
id: 'methodology.step.1.c.heading',
defaultMessage: `The high school degree achievement rate for adults 25 years and older`,
description: 'step 1 a heading',
},