Fix ICU format of a couple of strings

This commit is contained in:
Fedor Indutny 2022-11-17 17:15:11 -08:00 committed by GitHub
parent 29d1c864ab
commit d6b7685e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -448,7 +448,7 @@
"description": "Shown to enter 'review' mode if more than five contacts have changed safety numbers" "description": "Shown to enter 'review' mode if more than five contacts have changed safety numbers"
}, },
"icu:safetyNumberChangeDialog__many-contacts": { "icu:safetyNumberChangeDialog__many-contacts": {
"messageformat": "{count, plural, other {You have # connections who may have reinstalled Signal or changed devices. You can optionally review their safety numbers before sending.}}", "messageformat": "You have {count, plural, one {1 connection} other {# connections}} who may have reinstalled Signal or changed devices. You can optionally review their safety numbers before sending.",
"description": "Shown during an attempted send when more than five contacts have changed their safety numbers" "description": "Shown during an attempted send when more than five contacts have changed their safety numbers"
}, },
"safetyNumberChangeDialog__post-review": { "safetyNumberChangeDialog__post-review": {
@ -456,7 +456,7 @@
"description": "Shown after reviewing large number of contacts" "description": "Shown after reviewing large number of contacts"
}, },
"icu:safetyNumberChangeDialog__confirm-remove-all": { "icu:safetyNumberChangeDialog__confirm-remove-all": {
"messageformat": "Are you sure you want to remove {count, plural, 1 {one recipient} other {# recipients}} from story {story}?", "messageformat": "Are you sure you want to remove {count, plural, one {1 recipient} other {# recipients}} from story {story}?",
"description": "Shown if user selects 'remove all' option to remove all potentially untrusted contacts from a given story" "description": "Shown if user selects 'remove all' option to remove all potentially untrusted contacts from a given story"
}, },
"safetyNumberChangeDialog__remove-all": { "safetyNumberChangeDialog__remove-all": {