Add info that re-do OCR doesnt automatically refresh content

This commit is contained in:
Michael Shamoon
2022-11-22 14:16:04 -08:00
parent a5283525bc
commit 2a5dc4de38
2 changed files with 3 additions and 3 deletions

View 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()