diff --git a/README.md b/README.md index 9683a89d3..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 BENTO 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 BENTO 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 BENTO 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/src/components/manager/projects/ManagerProjectDatasetContent.js b/src/components/manager/projects/ManagerProjectDatasetContent.js index 9030ca4ae..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 BENTO project - first. BENTO 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.