From 2743300597638a06ac6406346837ff28bd99f48f Mon Sep 17 00:00:00 2001 From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:07:50 -0800 Subject: [PATCH] Fix i18n numbers getting toString()'d --- ts/components/CallParticipantCount.tsx | 6 +++--- ts/components/CallingAdhocCallInfo.tsx | 2 +- ts/components/CallingParticipantsList.tsx | 2 +- ts/components/CallingPreCallInfo.tsx | 6 +++--- ts/components/conversation/GroupV1Migration.tsx | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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 (