use comma instead as thousand sep

This commit is contained in:
HB9HIL
2024-09-17 14:23:41 +02:00
parent 8d4b99dd04
commit add85f4352

View File

@@ -70,7 +70,7 @@
</tr>
<tr>
<td><?= __("Total QSO on this instance"); ?></td>
<td><?php echo number_format($qso_total, 0, '.', '\'') . ' QSOs'; ?></td>
<td><?php echo number_format($qso_total, 0, '.', ',') . ' QSOs'; ?></td>
</tr>
<tr>
<td><?= __("Total User"); ?></td>