diff --git a/docs/admin/components.mdx b/docs/admin/components.mdx index 2d2019e83..a63b4dae5 100644 --- a/docs/admin/components.mdx +++ b/docs/admin/components.mdx @@ -357,7 +357,7 @@ Each Custom Component receives the following props by default: | Prop | Description | | ------------------------- | ----------------------------------------------------------------------------------------------------- | | `payload` | The [Payload](../local-api/overview) class. | -| `i18n` | The [i18n](../i18n) object. | +| `i18n` | The [i18n](../configuration/i18n) object. | Custom Components also receive various other props that are specific to the context in which the Custom Component is being rendered. For example, [Custom Views](./views) receive the `user` prop. For a full list of available props, consult the documentation related to the specific component you are working with.