From fbe96f1b4141a697a33b39a22dacf2320678815b Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Mon, 2 May 2022 12:57:20 -0400 Subject: [PATCH] Update copy under map (#1603) --- client/src/data/copy/explore.tsx | 3 +-- client/src/intl/en.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/data/copy/explore.tsx b/client/src/data/copy/explore.tsx index 2ce63cad..2d89a0e4 100644 --- a/client/src/data/copy/explore.tsx +++ b/client/src/data/copy/explore.tsx @@ -763,8 +763,7 @@ export const DOWNLOAD_DRAFT = { PARAGRAPH_1: Download the current list of communities and datasets used (ZIP file - will contain one .xlsx and one .csv, with a size of {downloadFileSize} unzipped). Last updated: {dateUpdated}. + Download the data sources used in the CEJST (.csv, .xlxs, .pdf that describes how to use the list, and a codebook, {downloadFileSize} unzipped). Last updated: {dateUpdated}. `} description={` Navigate to the explore the tool page. Under the map, you will see a link that is placed below the diff --git a/client/src/intl/en.json b/client/src/intl/en.json index 23068742..03ca1338 100644 --- a/client/src/intl/en.json +++ b/client/src/intl/en.json @@ -792,7 +792,7 @@ "description": "On the explore the tool page, the title of the page" }, "explore.tool.page.under.map.download.draft.ptag.1": { - "defaultMessage": "Download the current list of communities and datasets used (ZIP file will contain one .xlsx and one .csv, with a size of {downloadFileSize} unzipped). Last updated: {dateUpdated}.", + "defaultMessage": "Download the data sources used in the CEJST (.csv, .xlxs, .pdf that describes how to use the list, and a codebook, {downloadFileSize} unzipped). Last updated: {dateUpdated}.", "description": "\n Navigate to the explore the tool page. Under the map, you will see a link that is placed below the \n map that will download the data packet\n " }, "explore.tool.page.under.map.how.you.can.help.heading": {