mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Update copilot_button.rs
This commit is contained in:
parent
455d383d08
commit
c7874cf169
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ impl CopilotButton {
|
|||
|
||||
menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn));
|
||||
menu_options.push(ContextMenuItem::item(
|
||||
"Disable Copilot Integration",
|
||||
"Disable Copilot",
|
||||
HideCopilot,
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue