diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index da13ce4413ecca68c276ce4399440f98edc0f445..ed1536a098d856224a962caee843e94fdc3c67c7 100644 --- a/crates/copilot_button/src/copilot_button.rs +++ b/crates/copilot_button/src/copilot_button.rs @@ -272,7 +272,10 @@ impl CopilotButton { let mut menu_options = Vec::with_capacity(2); menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn)); - menu_options.push(ContextMenuItem::item("Hide Copilot", HideCopilot)); + menu_options.push(ContextMenuItem::item( + "Disable Copilot Integration", + HideCopilot, + )); self.popup_menu.update(cx, |menu, cx| { menu.show(