From f7ef08ccdc481fdfc74fd9fbaf1153c053ff4d5b Mon Sep 17 00:00:00 2001 From: horatio Date: Fri, 17 May 2024 12:22:50 -0400 Subject: [PATCH] 1123 aggregated copy updates - updated popup with post pff update copy - updated copy for detailed race and ethnicity label --- app/templates/components/default-modal.hbs | 8 +++++++- app/topics-config/census.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/templates/components/default-modal.hbs b/app/templates/components/default-modal.hbs index c2851ce9..b78d364b 100644 --- a/app/templates/components/default-modal.hbs +++ b/app/templates/components/default-modal.hbs @@ -1,6 +1,12 @@

- 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 NYC City Planning's Population Division 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 + + NYC City Planning's Population Division + + website.

diff --git a/app/topics-config/census.js b/app/topics-config/census.js index 9817b6a5..d56202f2 100644 --- a/app/topics-config/census.js +++ b/app/topics-config/census.js @@ -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,