diff --git a/README.md b/README.md index 7a8da30a4..0b5459161 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ components. * `actions.js`: Utilities related to Redux actions * `menu.js`: Utilities related to Ant Design menus * `misc.js`: Miscellaneous helper functions - * `notifications.js`: Utilities related to CHORD notifications + * `notifications.js`: Utilities related to Bento notifications * `requests.js`: Utilities related to HTTP requests * `schema.js`: Utilities related to JSON schemas - * `search.js`: Utilities related to CHORD search + * `search.js`: Utilities related to Bento search * `url.js`: Utilities related to handling front-end URLs * `constants.js`: Re-usable application constants - * `duo.js`: Constants and objects related to the CHORD representation of + * `duo.js`: Constants and objects related to the Bento representation of the GA4GH Data Use Ontology. * `events.js`: Event dispatching code for triggering event handlers defined elsewhere. diff --git a/package-lock.json b/package-lock.json index 4150af319..37bce42e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "license": "LGPL-3.0-only", "dependencies": { "antd": "^3.26.20", diff --git a/package.json b/package.json index 785d344af..c853fd22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento_web", - "version": "1.8.1", + "version": "1.8.2", "description": "Bento platform front-end", "main": "src/index.js", "dependencies": { diff --git a/src/components/manager/projects/ManagerProjectDatasetContent.js b/src/components/manager/projects/ManagerProjectDatasetContent.js index e2f1acd54..be817e62a 100644 --- a/src/components/manager/projects/ManagerProjectDatasetContent.js +++ b/src/components/manager/projects/ManagerProjectDatasetContent.js @@ -38,8 +38,8 @@ class ManagerProjectDatasetContent extends Component { marginLeft: "auto", marginRight: "auto" }}> - To create datasets and ingest data, you have to create a CHORD project - first. CHORD projects have a name and description, and let you group related + To create datasets and ingest data, you have to create a Bento project + first. Bento projects have a name and description, and let you group related datasets together. You can then specify project-wide consent codes and data use restrictions to control data access.