Distinguish user and users :)

This commit is contained in:
phl0
2024-09-18 10:53:40 +02:00
parent 9e94c1b71c
commit 0b46c6dabb

View File

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