diff options
Diffstat (limited to 'web/template/stats/user_table.php')
-rw-r--r-- | web/template/stats/user_table.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index 284d5b9..e7b0083 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -8,9 +8,9 @@ $username = username_from_sid($_COOKIE["AURSID"]); <tr> <td> <a href="<?= get_uri('/packages/'); ?>?SeB=m&K=<?= $username; ?>"> -<?= __("Packages in unsupported"); ?></a> +<?= __("Packages"); ?></a> </td> - <td><?= $maintainer_unsupported_count; ?></td> + <td><?= $user_pkg_count; ?></td> </tr> <tr> <td> |