diff --git a/ts/components/CallParticipantCount.tsx b/ts/components/CallParticipantCount.tsx index 52fc5213f..21440f387 100644 --- a/ts/components/CallParticipantCount.tsx +++ b/ts/components/CallParticipantCount.tsx @@ -37,7 +37,7 @@ export function CallParticipantCount({ } if (!innerText) { innerText = i18n('icu:CallControls__InfoDisplay--participants', { - count: String(count), + count, }); } @@ -46,7 +46,7 @@ export function CallParticipantCount({ return ( @@ -58,7 +58,7 @@ export function CallParticipantCount({ return (