mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Merge fix.
This commit is contained in:
commit
ee83875b08
1 changed files with 4 additions and 2 deletions
|
@ -79,8 +79,10 @@ export class Instances extends Component<any, any> {
|
|||
<h4 class="col">{domain}</h4>
|
||||
<h4 class="col text-right">
|
||||
<i>
|
||||
{numToSI(users_active_month)} {i18n.t("users")} /{" "}
|
||||
{i18n.t("month")}
|
||||
{i18n.t("users_active_per_month", {
|
||||
count: users_active_month,
|
||||
formattedCount: numToSI(users_active_month),
|
||||
})}
|
||||
</i>
|
||||
</h4>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue