mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix singular was/were
This commit is contained in:
@@ -4540,7 +4540,7 @@
|
||||
"description": "Shown in timeline when a group is upgraded and one person was removed entirely during the upgrade"
|
||||
},
|
||||
"icu:GroupV1--Migration--removed--many": {
|
||||
"messageformat": "{count, plural, one {# member} other {# members}} were removed from the group.",
|
||||
"messageformat": "{count, plural, one {# member was} other {# members were}} removed from the group.",
|
||||
"description": "Shown in timeline when a group is upgraded and some people were removed entirely during the upgrade"
|
||||
},
|
||||
"icu:close": {
|
||||
|
||||
Reference in New Issue
Block a user