Skip to content

Commit

Permalink
1123 aggregated copy updates
Browse files Browse the repository at this point in the history
 - updated popup with post pff update copy
 - updated copy for detailed race and ethnicity label
  • Loading branch information
horatiorosa committed May 17, 2024
1 parent 2951b0b commit f7ef08c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/templates/components/default-modal.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<RevealModal @open={{this.openModal}} @closeModal={{this.toggleModal}}>
<h1 class='header-large'>
NYC Population FactFinder has been updated with 2018-2022 American Community Survey (ACS) data and with Detailed Race/Ethnicity Responses from the 2020 Census. 2017-2021 ACS data are still available in the ACS sub-section of <a target="_blank" href="https://www.nyc.gov/site/planning/planning-level/nyc-population/american-community-survey.page">NYC City Planning's Population Division</a> website.
NYC Population FactFinder has been updated with 2018-2022 American Community Survey (ACS) data and with Detailed Race/Ethnicity Responses from the 2020 Census. 2017-2021 ACS data are still available in the ACS sub-section of
<a target="_blank"
rel="noopener noreferrer"
href="https://www.nyc.gov/site/planning/planning-level/nyc-population/american-community-survey.page">
NYC City Planning's Population Division
</a>
website.
</h1>

<h1 class='header-large mobile-header'>
Expand Down
2 changes: 1 addition & 1 deletion app/topics-config/census.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
id: 'detailedRaceAndEthnicity',
label: 'Detailed Race and Ethnicity',
labelText:
"Detailed race & ethnicity data represent the count of people identifying with each group. This count includes people identifying solely with a particular group and people identifying with multiple groups. Tract-level noise & suppression can result in compounded NTA-level error. See 'About' page for more.",
"Detailed race and ethnicity data represent the count of people identifying with each group. This count includes people identifying solely with a particular group and people identifying with multiple groups. Tract-level noise & suppression can result in compounded error for aggregate geographies. See 'About' page for more information. (Also note that detailed race and ethnicity data are unavailable for census block and Community District geographies and will display as 0.)",
selected: 'unselected',
type: 'subtopic',
tableConfig: censusTableConfig.detailedRaceAndEthnicity,
Expand Down

0 comments on commit f7ef08c

Please sign in to comment.