mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
help: Update links to "Edit a message" and "Delete a message".
The series including 0349152f0f split
this page into two smaller pages.
This commit is contained in:
@@ -1118,7 +1118,7 @@ export function delete_message(msg_id) {
|
||||
confirm_dialog.launch({
|
||||
html_heading: $t_html({defaultMessage: "Delete message?"}),
|
||||
html_body,
|
||||
help_link: "/help/edit-or-delete-a-message#delete-a-message",
|
||||
help_link: "/help/delete-a-message#delete-a-message-completely",
|
||||
on_click: do_delete_message,
|
||||
loading_spinner: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user