mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
compose-actions: Update trigger for composing a new direct message.
Updates the trigger in the compose box from "new private message" to "new direct message".
This commit is contained in:
committed by
Tim Abbott
parent
0945f2dee6
commit
3c6d283aa9
@@ -167,7 +167,7 @@ export function initialize() {
|
||||
});
|
||||
|
||||
$("body").on("click", ".compose_private_button", () => {
|
||||
compose_actions.start("private", {trigger: "new private message"});
|
||||
compose_actions.start("private", {trigger: "new direct message"});
|
||||
});
|
||||
|
||||
$("body").on("click", ".compose_reply_button", () => {
|
||||
|
||||
Reference in New Issue
Block a user