Minor plural/singular change

This commit is contained in:
Wouter J 2015-01-18 01:17:40 +01:00 committed by WouterJ
parent 820b973dab
commit b3cfc1abc0
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
tbody.appendChild(rows);
if (infoSpan) {
var text = requestStack.length + ' calls';
var text = requestStack.length + ' call' + (requestStack.length > 1 ? 's' : '');
infoSpan.textContent = text;
}
} else {