Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -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',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue