Fix pluralization of "in this call" message
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
dc95fd9664
commit
edd7ae4a59
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@
|
|||
"description": "(Deleted 2024/02/29) Shown in the participants list to describe how many people are in the call"
|
||||
},
|
||||
"icu:calling__in-this-call": {
|
||||
"messageformat": "In this call · {people, plural, one {# person} other {# people}} people",
|
||||
"messageformat": "In this call · {people, plural, one {# person} other {# people}}",
|
||||
"description": "Shown in the participants list to describe how many people are in the call"
|
||||
},
|
||||
"icu:calling__you-have-blocked": {
|
||||
|
|
Loading…
Reference in a new issue