mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Prepare for ICU migration
This commit is contained in:
@@ -49,15 +49,15 @@ export function CallingHeader({
|
||||
{isGroupCall && participantCount ? (
|
||||
<div className="module-calling-tools__button">
|
||||
<Tooltip
|
||||
content={i18n('calling__participants', [
|
||||
String(participantCount),
|
||||
])}
|
||||
content={i18n('calling__participants', {
|
||||
people: String(participantCount),
|
||||
})}
|
||||
theme={Theme.Dark}
|
||||
>
|
||||
<button
|
||||
aria-label={i18n('calling__participants', [
|
||||
String(participantCount),
|
||||
])}
|
||||
aria-label={i18n('calling__participants', {
|
||||
people: String(participantCount),
|
||||
})}
|
||||
className={classNames(
|
||||
'CallingButton__participants--container',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user