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:
Lauryn Menard
2025-03-24 18:14:20 +01:00
committed by Tim Abbott
parent 1b260c9fd7
commit 94fe5fc173
5 changed files with 7 additions and 7 deletions

View File

@@ -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} & (