From 3d2224e7f2226ae30deeb5376bcdfe5c4642ff94 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Wed, 23 Nov 2022 08:28:41 +0300 Subject: [PATCH] pseudonames --- src/components/_shared/StatMetrics.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/_shared/StatMetrics.tsx b/src/components/_shared/StatMetrics.tsx index 17d5055a..aedec322 100644 --- a/src/components/_shared/StatMetrics.tsx +++ b/src/components/_shared/StatMetrics.tsx @@ -12,7 +12,15 @@ interface StatMetricsProps { } const pseudonames = { - comments: 'discussions' + // topics: 'topics' # amount of topics for community💥 + followed: 'followers', + followers: 'followers', + reacted: 'involvings', + reactions: 'involvings', + commented: 'discoussions', + comments: 'discussions', + shouts: 'posts', + authors: 'authors' } const nos = (s) => s.slice(0, -1)