mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Merge pull request #2408 from zed-industries/change-copilot-wording
Change copilot wording to be more explicit
This commit is contained in:
commit
d82cc49f79
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ 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", HideCopilot));
|
||||
|
||||
self.popup_menu.update(cx, |menu, cx| {
|
||||
menu.show(
|
||||
|
|
Loading…
Reference in a new issue