Merge pull request #967 from HB9HIL/translate_user

i forgot about translation :D
This commit is contained in:
HB9HIL
2024-09-18 13:37:28 +02:00
committed by GitHub

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>