This commit is contained in:
j 2017-01-25 21:47:47 +01:00
parent 1bcd960566
commit 35a49c0fd5

View file

@ -59,7 +59,8 @@ pandora.ui.item = function() {
.html(
html
+ '<br>'
+ Ox._('There are <a href="{0}">{1}</a>', [
+ Ox._('There {0} <a href="{1}">{2}</a>', [
(result.data.numberofdocuments == 1 ? 'is' : 'are'),
'/' + pandora.user.ui.item + '/documents',
Ox.formatCount(result.data.numberofdocuments, 'document')
])