Skip to content

Commit

Permalink
chore: capitalize "Camunda Forms"
Browse files Browse the repository at this point in the history
  • Loading branch information
smbea committed Dec 13, 2023
1 parent 62a946c commit c8c1bc7
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 Forms (linked)') },
{ value: FORM_TYPES.CAMUNDA_FORM_EMBEDDED, label: translate('Camunda Forms (embedded)') },
{ value: FORM_TYPES.CUSTOM_FORM, label: translate('Custom form key') }
];
};
Expand Down

0 comments on commit c8c1bc7

Please sign in to comment.