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
|
|
@ -922,9 +922,8 @@ pandora.ui.usersDialog = function() {
|
|||
|
||||
function setTo() {
|
||||
var recipients = getTo().length;
|
||||
//fixme shoule be No not no from formatCount here
|
||||
$mailForm.values({
|
||||
to: Ox.formatCount(recipients, 'recipient')
|
||||
to: Ox.formatCount(recipients, 'recipient').replace('no', 'No')
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue