From 2a5dc4de3865823dca78f6042a9cbfb526950667 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 22 Nov 2022 14:16:04 -0800
Subject: [PATCH] Add info that re-do OCR doesnt automatically refresh content
---
src-ui/messages.xlf | 4 ++--
.../components/document-detail/document-detail.component.ts | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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.ts494
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()