diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 73b67b5b3..be1b9d7f2 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -4412,8 +4412,8 @@ 121 - - Set scheduled trigger offset and which field to use. + + Set scheduled trigger offset and which date field to use. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 123 @@ -4426,13 +4426,6 @@ 126 - - Use 0 for immediate. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 126 - - Relative to @@ -4440,8 +4433,8 @@ 129 - - Delay custom field + + Custom field src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 133 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 042729f2f..7cbb6b6f2 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 @@ -120,17 +120,17 @@ @if (formGroup.get('type').value === WorkflowTriggerType.Scheduled) { -

Set scheduled trigger offset and which field to use.

+

Set scheduled trigger offset and which date field to use.

- +
@if (formGroup.get('schedule_date_field').value === 'custom_field') {
- +
}