mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
ICU types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user