mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
use formattedCount
This commit is contained in:
parent
4fbf57ccfe
commit
c8314876b2
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit dbdbaa9e6176aca1f7772ced2c61ed5209af86a6
|
Subproject commit 7c61980d6f3d6a004dee82fd6da65d1ee62a3447
|
|
@ -81,6 +81,7 @@ export class Instances extends Component<any, any> {
|
||||||
<i>
|
<i>
|
||||||
{i18n.t("users_active_per_month", {
|
{i18n.t("users_active_per_month", {
|
||||||
count: users_active_month,
|
count: users_active_month,
|
||||||
|
formattedCount: numToSI(users_active_month),
|
||||||
})}
|
})}
|
||||||
</i>
|
</i>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
Loading…
Reference in a new issue