mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
web-src: Update comments with "private message" or "PM".
Updates comments in files the `web/src` directory to use "direct message" instead of "private message" or "PM".
This commit is contained in:
committed by
Tim Abbott
parent
5be0f80135
commit
4d3d9bcefa
@@ -378,7 +378,7 @@ export function update_placeholder_text() {
|
||||
message_type: compose_state.get_message_type(),
|
||||
stream: compose_state.stream_name(),
|
||||
topic: compose_state.topic(),
|
||||
// TODO: to remove a circular import, PM recipient needs
|
||||
// TODO: to remove a circular import, direct message recipient needs
|
||||
// to be calculated in compose_state instead of compose_pm_pill.
|
||||
private_message_recipient: compose_pm_pill.get_emails(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user