Change copilot wording to be more explicit
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user