diff --git a/src/components/statistics/Statistics.tsx b/src/components/statistics/Statistics.tsx index 1b2c04c7f..54e35389f 100644 --- a/src/components/statistics/Statistics.tsx +++ b/src/components/statistics/Statistics.tsx @@ -24,12 +24,12 @@ export type ActivityEvent = | 'AccountFollowed' export const eventArr = [ + 'PostReactionCreated,CommentReactionCreated', + 'PostCreated', 'SpaceCreated', 'SpaceFollowed', - 'PostCreated', 'PostShared,CommentShared', // 'CommentCreated,CommentReplyCreated', - 'PostReactionCreated,CommentReactionCreated', 'AccountFollowed', ] @@ -99,7 +99,9 @@ export function InnerStatistics(props: FormProps) { >
showModal(data.activityType)}> diff --git a/src/messages/index.ts b/src/messages/index.ts index 80d640f55..40758a51b 100644 --- a/src/messages/index.ts +++ b/src/messages/index.ts @@ -72,7 +72,7 @@ export default { PostSharing: 'Posts shared', 'PostShared,CommentShared': 'Posts shared', 'CommentCreated,CommentReplyCreated': 'Comments created', - 'PostReactionCreated,CommentReactionCreated': 'Upvotes + downvotes', + 'PostReactionCreated,CommentReactionCreated': 'Likes', }, connectingToNetwork: 'Connecting to the network...', waitingForTx: 'Waiting for transaction to complete.',