RED-3800 minor fixes

This commit is contained in:
Timo Bejan 2022-05-24 15:50:23 +03:00
parent 16e32b5191
commit d428c6d95c
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<span [innerHTML]="'dossier-template-stats.total-people' | translate: { count: dossierTemplate.numberOfPeople }"></span>
</div>
<div>
<mat-icon svgIcon="iqser:trash"></mat-icon>
<mat-icon svgIcon="iqser:pages"></mat-icon>
<span
[innerHTML]="'dossier-template-stats.analyzed-pages' | translate: { count: dossierTemplate.numberOfPages }"
></span>

View File

@ -932,7 +932,7 @@
},
"dossier-template-stats": {
"active-dossiers": "Active {count, plural, one{Dossier} other{Dossiers}}",
"analyzed-pages": "<strong>{count}</strong> {count, plural, one{Page} other {Pages}} Analysed",
"analyzed-pages": "<strong>{count}</strong> {count, plural, one{Page} other {Pages}} analyzed",
"archived-dossiers": "<strong>{count}</strong> {count, plural, one{Dossier} other {Dossiers}} in Archive",
"deleted-dossiers": "<strong>{count}</strong> {count, plural, one{Dossier} other {Dossiers}} in Trash",
"total-documents": "Total Documents",
@ -1542,7 +1542,7 @@
"table-header": "{length} {length, plural, one{justification} other{justifications}}"
},
"license-info-screen": {
"analyzed-pages": "Analyzed Pages",
"analyzed-pages": "Analyzed pages",
"backend-version": "Backend Application Version",
"chart": {
"cumulative": "Cumulative Pages",