From 86677ee6b45c666b21b8613f3e708fd5cfb18c89 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sat, 2 Jan 2021 12:54:25 +0100 Subject: [PATCH] messages updates --- src-ui/messages.xlf | 8 ++++---- .../components/document-list/document-list.component.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 079fd41c1..73936a511 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -79,15 +79,15 @@ 71 - - {VAR_PLURAL, plural, =1 {Selected of document} other {Selected of documents}} + + {VAR_PLURAL, plural, =1 {Selected of one document} other {Selected of documents}} src/app/components/document-list/document-list.component.html 86 - - {VAR_PLURAL, plural, =1 {1 document} other { documents}} + + {VAR_PLURAL, plural, =1 {One document} other { documents}} src/app/components/document-list/document-list.component.html 87 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 bd7797e14..e4d7256e1 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,8 @@
-

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

-

{list.collectionSize, plural, =1 {1 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}}