We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a946c commit 8e486c1Copy full SHA for 8e486c1
src/provider/zeebe/properties/FormProps.js
@@ -96,8 +96,8 @@ function FormType(props) {
96
const getOptions = () => {
97
return [
98
{ 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)') },
+ { value: FORM_TYPES.CAMUNDA_FORM_LINKED, label: translate('Camunda Form (linked)') },
+ { value: FORM_TYPES.CAMUNDA_FORM_EMBEDDED, label: translate('Camunda Form (embedded)') },
101
{ value: FORM_TYPES.CUSTOM_FORM, label: translate('Custom form key') }
102
];
103
};
0 commit comments