diff --git a/src/components/pages/pageIndex/ActiveMemberComposition.tsx b/src/components/pages/pageIndex/ActiveMemberComposition.tsx index cccebb51..3b02e373 100644 --- a/src/components/pages/pageIndex/ActiveMemberComposition.tsx +++ b/src/components/pages/pageIndex/ActiveMemberComposition.tsx @@ -42,14 +42,7 @@ const ActiveMemberComposition = () => { customBackground: true, tooltipText: ( <> - Interactions are all messages that: -
Messages without replies or reactions are not counted.
+ Posting means any message in a channel or thread. > ), }, @@ -88,6 +81,15 @@ const ActiveMemberComposition = () => { Active member = at least 5 interactions with 5 other members. +Messages without replies or reactions are not counted.
> ), }, diff --git a/src/components/pages/statistics/ActiveMembersComposition.tsx b/src/components/pages/statistics/ActiveMembersComposition.tsx index a0a58a03..4f2a9e7a 100644 --- a/src/components/pages/statistics/ActiveMembersComposition.tsx +++ b/src/components/pages/statistics/ActiveMembersComposition.tsx @@ -137,14 +137,7 @@ export default function ActiveMembersComposition({ customBackground: false, tooltipText: ( <> - Interactions are all messages that: -Messages without replies or reactions are not counted.
+ Posting means any message in a channel or thread. > ), }, @@ -183,6 +176,15 @@ export default function ActiveMembersComposition({ Active member = at least 5 interactions with 5 other members. +Messages without replies or reactions are not counted.
> ), }, diff --git a/src/components/pages/statistics/DisengagedMembersComposition.tsx b/src/components/pages/statistics/DisengagedMembersComposition.tsx index 59a63a33..038f566d 100644 --- a/src/components/pages/statistics/DisengagedMembersComposition.tsx +++ b/src/components/pages/statistics/DisengagedMembersComposition.tsx @@ -141,14 +141,7 @@ export default function DisengagedMembersComposition({ hasTooltip: true, tooltipText: ( <> - Interactions are all messages that: -Messages without replies or reactions are not counted.
+ Posting means any message in a channel or thread. > ), }, @@ -178,6 +171,15 @@ export default function DisengagedMembersComposition({ Active member = at least 5 interactions with 5 other members. +Messages without replies or reactions are not counted.
> ), },