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

View file

@ -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>
); );