Skip to content

Commit

Permalink
chore: capitalize "Camunda Form" (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
smbea authored Dec 14, 2023
1 parent 62a946c commit 8e486c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/zeebe/properties/FormProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ function FormType(props) {
const getOptions = () => {
return [
{ value: '', label: translate('<none>') },
{ value: FORM_TYPES.CAMUNDA_FORM_LINKED, label: translate('Camunda form (linked)') },
{ 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)') },
{ value: FORM_TYPES.CUSTOM_FORM, label: translate('Custom form key') }
];
};
Expand Down

0 comments on commit 8e486c1

Please sign in to comment.