From c8314876b2360f9ee61349d4ecd3f60d2923d915 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 4 Aug 2022 13:48:21 +0200 Subject: [PATCH] use formattedCount --- joinlemmy-translations | 2 +- src/shared/components/instances.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/joinlemmy-translations b/joinlemmy-translations index dbdbaa9..7c61980 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit dbdbaa9e6176aca1f7772ced2c61ed5209af86a6 +Subproject commit 7c61980d6f3d6a004dee82fd6da65d1ee62a3447 diff --git a/src/shared/components/instances.tsx b/src/shared/components/instances.tsx index b8e80f8..ca97c4e 100644 --- a/src/shared/components/instances.tsx +++ b/src/shared/components/instances.tsx @@ -81,6 +81,7 @@ export class Instances extends Component { {i18n.t("users_active_per_month", { count: users_active_month, + formattedCount: numToSI(users_active_month), })}