Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2024-09-18 09:37:00 +00:00

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>