diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index e1a55e756..cf2d073ea 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -3487,8 +3487,8 @@ 185 - - Apply to documents that match this path. Wildcards specified as * are allowed. Case insensitive.</a> + + Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 185 diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index 5b68b3ab8..b4d4b02ca 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -182,7 +182,7 @@ @if (formGroup.get('type').value === WorkflowTriggerType.Consumption) { - + } @if (formGroup.get('type').value === WorkflowTriggerType.DocumentAdded || formGroup.get('type').value === WorkflowTriggerType.DocumentUpdated) {