fix: Video Conf call joined translation param (#32327)

pull/31533/head^2
Yash Rajpal 2 years ago committed by GitHub
parent bc50dd54a2
commit 6205ef14f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/shiny-crabs-peel.md
  2. 2
      packages/fuselage-ui-kit/src/blocks/VideoConferenceBlock/VideoConferenceBlock.tsx

@ -0,0 +1,5 @@
---
'@rocket.chat/fuselage-ui-kit': patch
---
Fix translation param on video conf joined message

@ -180,7 +180,7 @@ const VideoConferenceBlock = ({
<VideoConfMessageFooterText>
{data.users.length > MAX_USERS
? t('__usersCount__member_joined', {
usersCount: data.users.length - MAX_USERS,
count: data.users.length - MAX_USERS,
})
: t('joined')}
</VideoConfMessageFooterText>

Loading…
Cancel
Save