]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add info that re-do OCR doesnt automatically refresh content 2025/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 22 Nov 2022 22:16:04 +0000 (14:16 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 22 Nov 2022 22:16:04 +0000 (14:16 -0800)
src-ui/messages.xlf
src-ui/src/app/components/document-detail/document-detail.component.ts

index daca389d125535057bb52d6f0b56b2abda2279d4..0f38dd28f3ceb0ee61d2be5b8e2a259c97b1c5f6 100644 (file)
           <context context-type="linenumber">391</context>
         </context-group>
       </trans-unit>
-      <trans-unit id="7662620858973651688" datatype="html">
-        <source>Redo OCR operation will begin in the background.</source>
+      <trans-unit id="5729001209753056399" datatype="html">
+        <source>Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.</source>
         <context-group purpose="location">
           <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context>
           <context context-type="linenumber">494</context>
index 3a26c17f733f2740d8106936762d9a15ad9d9a11..72f7b3613def3385b268c12f2c4a19c78d008b81 100644 (file)
@@ -491,7 +491,7 @@ export class DocumentDetailComponent
         .subscribe({
           next: () => {
             this.toastService.showInfo(
-              $localize`Redo OCR operation will begin in the background.`
+              $localize`Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.`
             )
             if (modal) {
               modal.close()