Show monthly active users in instance totals (#120)

This commit is contained in:
Nutomic 2022-10-28 13:35:01 +00:00 committed by GitHub
parent ccf13ddd98
commit 1b887efcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class Instances extends Component<any, any> {
<i>
{i18n.t("instance_totals", {
instances: numToSI(instance_stats.stats.crawled_instances),
users: numToSI(instance_stats.stats.total_users),
users: numToSI(instance_stats.stats.users_active_month),
})}
</i>
);