Fix string pluralization for call link unknown contact count
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
0dd9b9ec98
commit
c2141a1b04
1 changed files with 1 additions and 1 deletions
|
@ -3707,7 +3707,7 @@
|
|||
"description": "Label showing number of unknown contacts in the in-call participant info popup for call links."
|
||||
},
|
||||
"icu:CallingAdhocCallInfo__UnknownContactLabel--in-addition": {
|
||||
"messageformat": "+{count, number} more",
|
||||
"messageformat": "{count, plural, one {+# more} other {+# more}}",
|
||||
"description": "Label showing number of unknown contacts in the in-call participant info popup for call links, when known contacts are also present in the call."
|
||||
},
|
||||
"icu:CallingAdhocCallInfo__UnknownContactInfoButton": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue