From 610fa075f600e2be4c677fdee1165ff87c3d162e Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 3 Jan 2021 23:56:13 +0100 Subject: [PATCH] fixed missing (filtered) text --- .../components/document-list/document-list.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html index e4d7256e1..3bdf8a8ce 100644 --- a/src-ui/src/app/components/document-list/document-list.component.html +++ b/src-ui/src/app/components/document-list/document-list.component.html @@ -83,8 +83,10 @@
-

{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}

-

{list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}}

+

+ {list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}} + {list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}} (filtered) +