mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Show monthly active users in instance totals (#120)
This commit is contained in:
parent
ccf13ddd98
commit
1b887efcc6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export class Instances extends Component<any, any> {
|
||||||
<i>
|
<i>
|
||||||
{i18n.t("instance_totals", {
|
{i18n.t("instance_totals", {
|
||||||
instances: numToSI(instance_stats.stats.crawled_instances),
|
instances: numToSI(instance_stats.stats.crawled_instances),
|
||||||
users: numToSI(instance_stats.stats.total_users),
|
users: numToSI(instance_stats.stats.users_active_month),
|
||||||
})}
|
})}
|
||||||
</i>
|
</i>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue