diff --git a/crates/sidebar/src/sidebar.rs b/crates/sidebar/src/sidebar.rs index a86960f3fb5..7fcaf38a3f5 100644 --- a/crates/sidebar/src/sidebar.rs +++ b/crates/sidebar/src/sidebar.rs @@ -2276,9 +2276,9 @@ impl Sidebar { .child(Label::new("-click").color(Color::Muted)); let label = if has_threads { - "Focus Last Workspace" + "Focus Last Project" } else { - "Focus Workspace" + "Focus Project" }; h_flex() @@ -2390,7 +2390,7 @@ impl Sidebar { ) .icon_size(IconSize::Small) .visible_on_hover(&row_group_name) - .tooltip(Tooltip::text("Close Workspace")) + .tooltip(Tooltip::text("Close Worktree")) .on_click(move |_, window, cx| { cx.stop_propagation(); window.prevent_default();