diff --git a/docs/ReferenceManyToManyField.md b/docs/ReferenceManyToManyField.md index 4c083957de..daabd6b2ba 100644 --- a/docs/ReferenceManyToManyField.md +++ b/docs/ReferenceManyToManyField.md @@ -5,7 +5,7 @@ title: "The ReferenceManyToManyField Component" # `` -This [Enterprise Edition](https://react-admin-ee.marmelab.com)premium icon component fetches a list of referenced records by lookup in an associative table, and passes the records down to its child component, which must be an iterator component (e.g. ``). +This [Enterprise Edition](https://react-admin-ee.marmelab.com)React Admin Enterprise Edition icon component fetches a list of referenced records by lookup in an associative table, and passes the records down to its child component, which must be an iterator component (e.g. ``). !["ReferenceManyToManyField example showing band's venues"](./img/reference-many-to-many-field.png) diff --git a/docs/ReferenceManyToManyInput.md b/docs/ReferenceManyToManyInput.md index 4f5d6f667f..76ef74a105 100644 --- a/docs/ReferenceManyToManyInput.md +++ b/docs/ReferenceManyToManyInput.md @@ -5,7 +5,7 @@ title: "The ReferenceManyToManyInput Component" # `` -This [Enterprise Edition](https://react-admin-ee.marmelab.com)premium icon component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider _when the user submits the form_, so that they can cancel the changes before submission. +This [Enterprise Edition](https://react-admin-ee.marmelab.com)React Admin Enterprise Edition icon component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider _when the user submits the form_, so that they can cancel the changes before submission.