forked from 0x2620/pandora
fix 'All Texts' info title (fixes #1664)
This commit is contained in:
parent
41b979b061
commit
53a2ce81b8
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ pandora.ui.listInfo = function() {
|
||||||
.css({fontWeight: 'bold'})
|
.css({fontWeight: 'bold'})
|
||||||
.html(ui.section == 'items'
|
.html(ui.section == 'items'
|
||||||
? Ox._('All {0}', [Ox._(pandora.site.itemName.plural)])
|
? Ox._('All {0}', [Ox._(pandora.site.itemName.plural)])
|
||||||
: Ox._('{} ' + folderItems, [pandora.site.site.name])
|
: Ox._('{0} ' + folderItems, [pandora.site.site.name])
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue