adjusted ocr message

This commit is contained in:
Timo 2021-04-27 16:46:43 +03:00
parent 0f0ba29420
commit 224326498e
2 changed files with 2 additions and 1 deletions

View File

@ -187,7 +187,7 @@
</div>
</div>
<div class="small-label stats-subtitle">
<div>
<div [matTooltipPosition]="'above'" [matTooltip]="fileStatus.ocrTime ? ('project-overview.ocr-performed' | translate) : null">
<mat-icon svgIcon="red:ocr"></mat-icon>
{{ fileStatus.ocrTime ? (fileStatus.ocrTime | date: 'mediumDate') : ('project-overview.no-ocr' | translate) }}
</div>

View File

@ -193,6 +193,7 @@
},
"project-overview": {
"no-ocr": "No OCR",
"ocr-performed": "OCR was performed for this file.",
"no-data": {
"title": "There are no documents yet.",
"action": "Upload Document"