mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
use comma instead as thousand sep
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user