i forgot about translation :D

This commit is contained in:
HB9HIL
2024-09-18 12:26:53 +02:00
parent 71f919c284
commit 7aa751e94b

View File

@@ -74,7 +74,7 @@
</tr>
<tr>
<td><?= __("Total User"); ?></td>
<td><?php echo $users_total . ' User' . ($users_total > 1 ? 's' : ''); ?></td>
<td><?php echo number_format($users_total, 0, '.', ',') . ' ' . _ngettext("User", "Users", intval($users_total)); ?></td>
</tr>
</table>
</div>