RED-3800 minor fixes
This commit is contained in:
parent
16e32b5191
commit
d428c6d95c
@ -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>
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user