From 455d383d08e0df93f418b49f5823888ff6b70120 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Fri, 21 Apr 2023 21:42:23 -0700 Subject: [PATCH] Change copilot wording to be more explicit --- crates/copilot_button/src/copilot_button.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index da13ce4413..ed1536a098 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(