Fix i18n numbers getting toString()'d
This commit is contained in:
parent
9c072c5bc1
commit
2743300597
5 changed files with 9 additions and 9 deletions
|
@ -59,7 +59,7 @@ export function CallingAdhocCallInfo({
|
|||
i18n('icu:calling__in-this-call--one')}
|
||||
{participants.length > 1 &&
|
||||
i18n('icu:calling__in-this-call--many', {
|
||||
people: String(participants.length),
|
||||
people: participants.length,
|
||||
})}
|
||||
</div>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue