From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:16:04 +0000 (-0800) Subject: Add info that re-do OCR doesnt automatically refresh content X-Git-Tag: v1.10.0-beta.rc2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2025%2Fhead;p=thirdparty%2Fpaperless-ngx.git Add info that re-do OCR doesnt automatically refresh content --- diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index daca389d12..0f38dd28f3 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -1957,8 +1957,8 @@ 391 - - Redo OCR operation will begin in the background. + + 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. src/app/components/document-detail/document-detail.component.ts 494 diff --git a/src-ui/src/app/components/document-detail/document-detail.component.ts b/src-ui/src/app/components/document-detail/document-detail.component.ts index 3a26c17f73..72f7b3613d 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.ts +++ b/src-ui/src/app/components/document-detail/document-detail.component.ts @@ -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()