ICU types
This commit is contained in:
parent
38adef4233
commit
78f4e96297
42 changed files with 583 additions and 1182 deletions
|
@ -45,7 +45,7 @@ export function CallParticipantCount({
|
|||
if (!isToggleVisible) {
|
||||
return (
|
||||
<span
|
||||
aria-label={i18n('icu:calling__participants', {
|
||||
aria-label={i18n('icu:calling__participants--pluralized', {
|
||||
people: count,
|
||||
})}
|
||||
className="CallControls__Status--InactiveCallParticipantCount"
|
||||
|
@ -57,7 +57,7 @@ export function CallParticipantCount({
|
|||
|
||||
return (
|
||||
<button
|
||||
aria-label={i18n('icu:calling__participants', {
|
||||
aria-label={i18n('icu:calling__participants--pluralized', {
|
||||
people: count,
|
||||
})}
|
||||
className="CallControls__Status--ParticipantCount"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue