Skip to content

Commit 8e486c1

Browse files
authored
chore: capitalize "Camunda Form" (#1005)
1 parent 62a946c commit 8e486c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/provider/zeebe/properties/FormProps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ function FormType(props) {
9696
const getOptions = () => {
9797
return [
9898
{ value: '', label: translate('<none>') },
99-
{ value: FORM_TYPES.CAMUNDA_FORM_LINKED, label: translate('Camunda form (linked)') },
100-
{ value: FORM_TYPES.CAMUNDA_FORM_EMBEDDED, label: translate('Camunda form (embedded)') },
99+
{ value: FORM_TYPES.CAMUNDA_FORM_LINKED, label: translate('Camunda Form (linked)') },
100+
{ value: FORM_TYPES.CAMUNDA_FORM_EMBEDDED, label: translate('Camunda Form (embedded)') },
101101
{ value: FORM_TYPES.CUSTOM_FORM, label: translate('Custom form key') }
102102
];
103103
};

0 commit comments

Comments
 (0)