mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #967 from HB9HIL/translate_user
i forgot about translation :D
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user