mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
compose-closed-ui: Rename update_reply_recipient_label.
Renames update_reply_recipient_label to update_recipient_text_for_reply_button. This better matches the function that sets the default text for the closed compose box button: set_standard_text_for_reply_button.
This commit is contained in:
committed by
Tim Abbott
parent
1b260c9fd7
commit
94fe5fc173
@@ -898,7 +898,7 @@ function update_closed_compose_text($row: JQuery, is_header_row: boolean): void
|
||||
topic: $row.find(".inbox-topic-name a").text(),
|
||||
};
|
||||
}
|
||||
compose_closed_ui.update_reply_recipient_label(message);
|
||||
compose_closed_ui.update_recipient_text_for_reply_button(message);
|
||||
}
|
||||
|
||||
export function get_focused_row_message(): {message?: Message | undefined} & (
|
||||
|
||||
Reference in New Issue
Block a user