diff --git a/static/js/read_receipts.js b/static/js/read_receipts.js
index 780bd6ed5c..2dae751058 100644
--- a/static/js/read_receipts.js
+++ b/static/js/read_receipts.js
@@ -41,7 +41,7 @@ export function show_user_list(message_id) {
$t_html(
{
defaultMessage:
- "{num_of_people, plural, one {This message has been read by {num_of_people} person:} other {This message has been read by {num_of_people} people:}}",
+ "{num_of_people, plural, one {This message has been read by one person:} other {This message has been read by {num_of_people} people:}}",
},
{
num_of_people: users.length,