diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index cd1a97950..1649d6100 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -3246,18 +3246,25 @@ 24 + + Try to include archive version in merge for non-PDF files + + src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html + 32 + + Delete original documents after successful merge src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html - 32 + 36 Note that only PDFs will be included. src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html - 34 + 39 @@ -7431,21 +7438,21 @@ Merged document will be queued for consumption. src/app/components/document-list/bulk-editor/bulk-editor.component.ts - 863 + 866 Custom fields updated. src/app/components/document-list/bulk-editor/bulk-editor.component.ts - 885 + 888 Error updating custom fields. src/app/components/document-list/bulk-editor/bulk-editor.component.ts - 894 + 897 diff --git a/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html b/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html index 576861ff2..da57feca7 100644 --- a/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html +++ b/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html @@ -28,10 +28,16 @@
+ + +
+
-

Note that only PDFs will be included.

+ @if (!archiveFallback) { +

Note that only PDFs will be included.

+ }