Skip to content

Commit

Permalink
use Bento instead of BENTO
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Apr 5, 2023
1 parent 04df5a5 commit 43d71b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Typography.Paragraph>
Expand Down

0 comments on commit 43d71b5

Please sign in to comment.