diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/document-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/document-picker/manifests.ts index 3e53828f70..ffa823c8f4 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/document-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/document-picker/manifests.ts @@ -2,11 +2,11 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/models'; export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.ContentPicker', - name: 'Content Picker Property Editor UI', + alias: 'Umb.PropertyEditorUI.DocumentPicker', + name: 'Document Picker Property Editor UI', loader: () => import('./property-editor-ui-document-picker.element'), meta: { - label: 'Content Picker', + label: 'Document Picker', propertyEditorModel: 'Umbraco.ContentPicker', icon: 'umb:document', group: 'common',