From 60a478d8bdb28fc62b98b75296ce5f03839043e3 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:02:29 -0600 Subject: [PATCH] Fix i18n numbers getting toString()'d Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> --- 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 52fc5213fa..21440f3874 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 (