forked from 0x2620/pandora
consistently use title case when formatting counts
This commit is contained in:
parent
5e3e4de939
commit
f8179ea48a
6 changed files with 10 additions and 11 deletions
|
|
@ -157,7 +157,7 @@ pandora.ui.documentsDialog = function(options) {
|
|||
.bindEvent({
|
||||
init: function(data) {
|
||||
$status.html(
|
||||
Ox.formatCount(data.items, 'file')
|
||||
Ox.toTitleCase(Ox.formatCount(data.items, 'file'))
|
||||
);
|
||||
},
|
||||
load: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue