From 4f9f088fc1f7d81eb65864d6fa02b486b4755352 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 27 Mar 2026 00:29:10 -0400 Subject: [PATCH] Improve wording in collab channels filter tooltip (#52531) I heard a comment that `active` didn't really explain what this filter was for, and I've had the same feeling. I think `occupied` makes it more clear. ## Self-Review Checklist - [x] I've reviewed my own diff for quality, security, and reliability - [ ] Unsafe blocks (if any) have justifying comments - [ ] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [ ] Performance impact has been considered and is acceptable Release Notes: - N/A --- crates/collab_ui/src/collab_panel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab_ui/src/collab_panel.rs b/crates/collab_ui/src/collab_panel.rs index 4e3e1ec1bfac253f7d9dae3b01fdc9a17b9acd34..ae5d4f0b13f26f5c0d06af4d46eb4355bda1f4dc 100644 --- a/crates/collab_ui/src/collab_panel.rs +++ b/crates/collab_ui/src/collab_panel.rs @@ -2749,7 +2749,7 @@ impl CollabPanel { .tooltip(Tooltip::text(if self.filter_active_channels { "Show All Channels" } else { - "Show Active Channels" + "Show Occupied Channels" })), ) .child(