Update reaction label to use pluralization
This commit is contained in:
parent
ab68e24805
commit
a0d7c36e3b
1 changed files with 1 additions and 1 deletions
|
@ -5083,7 +5083,7 @@
|
|||
"description": "aria-label for reaction emoji when one person reacts with an emoji"
|
||||
},
|
||||
"icu:Message__reaction-emoji-label--many": {
|
||||
"messageformat": "{count} people reacted with {emoji}",
|
||||
"messageformat": "{count, plural, other {# people}} reacted with {emoji}",
|
||||
"description": "Used as an aria-label for when many people react to a message. Count is always greater than 1"
|
||||
},
|
||||
"icu:Message__role-description": {
|
||||
|
|
Loading…
Reference in a new issue