mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
util: Fix spelling mistake.
This commit is contained in:
@@ -319,7 +319,7 @@ function format_dm(
|
||||
const context = {
|
||||
conversation_key: user_ids_string,
|
||||
is_direct: true,
|
||||
rendered_dm_with: util.format_array_as_list_with_conjuction(rendered_dm_with, "long"),
|
||||
rendered_dm_with: util.format_array_as_list_with_conjunction(rendered_dm_with, "long"),
|
||||
is_group: recipient_ids.length > 1,
|
||||
user_circle_class,
|
||||
is_bot,
|
||||
|
||||
Reference in New Issue
Block a user