From 27f575c2d1ffbc23bb7ed640ec66c37c453edbaf Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:34:16 -0800 Subject: [PATCH] Fix some strings --- src-ui/messages.xlf | 15 ++++----------- .../workflow-edit-dialog.component.html | 6 +++--- 2 files changed, 7 insertions(+), 14 deletions(-) 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') { - + }
Set scheduled trigger offset and which field to use.
Set scheduled trigger offset and which date field to use.