From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:34:16 +0000 (-0800) Subject: Fix some strings X-Git-Tag: v2.14.0~1^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f575c2d1ffbc23bb7ed640ec66c37c453edbaf;p=thirdparty%2Fpaperless-ngx.git Fix some strings --- diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 73b67b5b36..be1b9d7f28 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 042729f2f0..7cbb6b6f27 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') {
- +
}