diff --git a/www/aptui/js/show-project.js b/www/aptui/js/show-project.js index f3a72f4216d3e04cae0d72040cc8d94ac7ee854a..b0b25b23139120d89dff306e45ead1aa310261d5 100644 --- a/www/aptui/js/show-project.js +++ b/www/aptui/js/show-project.js @@ -77,7 +77,7 @@ function (_, sup, moment, mainString, } if (blob.rank) { html = html + - "
" + blob.rankdays + " Project Usage Ranking: #" + + "
" + blob.rankdays + " Day Project Usage Ranking: #" + blob.rank + " of " + blob.ranktotal + " active projects" + "
"; }