diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index daca389d1..0f38dd28f 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 3a26c17f7..72f7b3613 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()