]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Clarify has any tags
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 Jul 2024 22:37:43 +0000 (15:37 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 Jul 2024 22:37:43 +0000 (15:37 -0700)
src-ui/messages.xlf
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html

index 4a62abebb9857fd8aa42dee6f25795d5103fa45c..2e2bc02897bd07fdedd551362ab40ae9e07e6639 100644 (file)
           <context context-type="linenumber">134</context>
         </context-group>
       </trans-unit>
-      <trans-unit id="1333789258712064056" datatype="html">
-        <source>Has tags</source>
+      <trans-unit id="3484236514968690689" datatype="html">
+        <source>Has any of tags</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html</context>
           <context context-type="linenumber">143</context>
index ef7eb4dbcb48a5266ddde80846fa4cd6767455dd..a3bea36e739c8d5532487a4cd2d8c60ae771c763 100644 (file)
       </div>
       @if (formGroup.get('type').value === WorkflowTriggerType.DocumentAdded || formGroup.get('type').value === WorkflowTriggerType.DocumentUpdated) {
         <div class="col-md-6">
-          <pngx-input-tags [allowCreate]="false" i18n-title title="Has tags" formControlName="filter_has_tags"></pngx-input-tags>
+          <pngx-input-tags [allowCreate]="false" i18n-title title="Has any of tags" formControlName="filter_has_tags"></pngx-input-tags>
           <pngx-input-select i18n-title title="Has correspondent" [items]="correspondents" [allowNull]="true" formControlName="filter_has_correspondent"></pngx-input-select>
           <pngx-input-select i18n-title title="Has document type" [items]="documentTypes" [allowNull]="true" formControlName="filter_has_document_type"></pngx-input-select>
         </div>