Skip to content

Commit 953cb7a

Browse files
committed
feat: lowercase
1 parent f6df541 commit 953cb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/slice-machine/src/features/customTypes/fields/ContentRelationshipFieldPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function ContentRelationshipFieldPicker(
6969
key={ct.id}
7070
title={ct.label}
7171
subtitle={count > 0 ? `(${countLabel} exposed)` : undefined}
72-
badge="Custom Type"
72+
badge="Custom type"
7373
>
7474
{ct.fields.map((field) => (
7575
<TreeViewCheckboxField

0 commit comments

Comments
 (0)