Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Create.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ Once the `dataProvider.create()` request returns successfully, users see a gener

`<Create>` uses two successive translation keys to build the success message:

* `resources.{resource}.notifications.create` as a first choice
* `ra.notification.create` as a fallback
* `resources.{resource}.notifications.created` as a first choice
* `ra.notification.created` as a fallback

To customize the notification message, you can set custom translation for these keys in your i18nProvider.

Expand Down
Loading