mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
read_receipts: Use 'one person' instead of '1 person'.
This commit is contained in:
parent
7565dec728
commit
53cf974b89
@ -41,7 +41,7 @@ export function show_user_list(message_id) {
|
||||
$t_html(
|
||||
{
|
||||
defaultMessage:
|
||||
"{num_of_people, plural, one {This message has been <z-link>read</z-link> by {num_of_people} person:} other {This message has been <z-link>read</z-link> by {num_of_people} people:}}",
|
||||
"{num_of_people, plural, one {This message has been <z-link>read</z-link> by one person:} other {This message has been <z-link>read</z-link> by {num_of_people} people:}}",
|
||||
},
|
||||
{
|
||||
num_of_people: users.length,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user