mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Fix typo in copilot button
This commit is contained in:
parent
e5a6b11d8f
commit
b6882f0cbf
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ impl CopilotButton {
|
|||
if globally_enabled {
|
||||
"Disable Copilot Globally"
|
||||
} else {
|
||||
"Enable Copilot Locally"
|
||||
"Enable Copilot Globally"
|
||||
},
|
||||
ToggleCopilotGlobally,
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue