Skip to content

Commit

Permalink
Merge pull request #224 from bento-platform/fix/chord-mention-removal
Browse files Browse the repository at this point in the history
fix: remove CHORD mentions from UI and README
  • Loading branch information
v-rocheleau authored Apr 5, 2023
2 parents 6f27705 + 43d71b5 commit 3619f25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
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 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.
</Typography.Paragraph>
Expand Down

0 comments on commit 3619f25

Please sign in to comment.