read_receipts: Use 'one person' instead of '1 person'.

This commit is contained in:
Tim Abbott 2022-09-11 12:47:27 -07:00
parent 7565dec728
commit 53cf974b89

View File

@ -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,