diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts index 00391fcfc2..29633ed46a 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/shared/editor-entity-layout/editor-entity-layout.element.ts @@ -71,7 +71,7 @@ export class UmbEditorEntityLayout extends UmbContextConsumerMixin(LitElement) { ]; /** - * Alias of the editor that will be rendered. The editor has to be registered in the Extension Registry. + * Alias of the editor. The Layout will render the editor views that are registered for this editor alias. * @public * @type {string} * @attr