diff --git a/crates/tab_switcher/src/tab_switcher.rs b/crates/tab_switcher/src/tab_switcher.rs index 25cfcfba7b6c6fe237790f5f5ceb13562b65db32..3474383f9dab8ab69caffd3471072153b85879ac 100644 --- a/crates/tab_switcher/src/tab_switcher.rs +++ b/crates/tab_switcher/src/tab_switcher.rs @@ -450,7 +450,7 @@ impl PickerDelegate for TabSwitcherDelegate { type ListItem = ListItem; fn placeholder_text(&self, _window: &mut Window, _cx: &mut App) -> Arc { - Arc::default() + "Search all tabs…".into() } fn no_matches_text(&self, _window: &mut Window, _cx: &mut App) -> Option {