compose: Rename stream selection widget to "select_recipient".

Previously this dropdown was only for selecting streams, but
soon it will also be for switching to a private message. This
name helps it be clearer that the dropdown is more general
purpose.
This commit is contained in:
evykassirer
2023-04-17 20:13:50 -07:00
committed by Tim Abbott
parent c8a9c0ee04
commit 695946746e
22 changed files with 69 additions and 72 deletions

View File

@@ -695,7 +695,7 @@ export function initialize() {
}
// The dropdown menu needs to process clicks to open and close.
if ($target.parents("#compose_stream_selection_dropdown").length > 0) {
if ($target.parents("#compose_recipient_selection_dropdown").length > 0) {
return;
}