summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/stats.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/stats.php b/www/stats.php
index 1188f4e..824f19b 100644
--- a/www/stats.php
+++ b/www/stats.php
@@ -87,7 +87,7 @@
</tr>
<tr>
<td class="DataTD"><?=_("Assurers with test")?>:</td>
- <td class="DataTD"><?=$stats['assurers_with_test'];?></td>
+ <td class="DataTD"><?=$stats['assurer_with_test'];?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Points Issued")?>:</td>
@@ -153,8 +153,9 @@
<br>
<div style="text-align: center;font-size: small;"><?
- echo _('* user with at least 100 assurance points / assurer with CATS') . '</br>';
- printf(_("Last updated: %s"), date('Y-m-d H:i:s', $stats['timestamp']));?>
+ echo _('* user with at least 100 assurance points / assurer with CATS') . '</br>';
+ echo _('Difference of calculation of assurer between total and running total result from assurers that have been deleted from the system.') . '</br>';
+ printf(_("Last updated: %s"), date('Y-m-d H:i:s', $stats['timestamp']));?>
</div>
<? showfooter(); ?>