Skip to content

Commit 739a24b

Browse files
authored
Fixed name of True/False property editor schema manifest. (#18179)
1 parent 6668f3a commit 739a24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/property-editors/toggle/Umbraco.TrueFalse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ManifestPropertyEditorSchema } from '@umbraco-cms/backoffice/prope
22

33
export const manifest: ManifestPropertyEditorSchema = {
44
type: 'propertyEditorSchema',
5-
name: 'Date/Time',
5+
name: 'True/False',
66
alias: 'Umbraco.TrueFalse',
77
meta: {
88
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',

0 commit comments

Comments
 (0)