Fix string pluralization for call link unknown contact count
This commit is contained in:
parent
75c32e86f0
commit
49a6fa6007
1 changed files with 1 additions and 1 deletions
|
@ -3703,7 +3703,7 @@
|
||||||
"description": "Label showing number of unknown contacts in the in-call participant info popup for call links."
|
"description": "Label showing number of unknown contacts in the in-call participant info popup for call links."
|
||||||
},
|
},
|
||||||
"icu:CallingAdhocCallInfo__UnknownContactLabel--in-addition": {
|
"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."
|
"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": {
|
"icu:CallingAdhocCallInfo__UnknownContactInfoButton": {
|
||||||
|
|
Loading…
Reference in a new issue