forked from 0x2620/pandora
plural
This commit is contained in:
parent
1bcd960566
commit
35a49c0fd5
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue