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 {
|
if globally_enabled {
|
||||||
"Disable Copilot Globally"
|
"Disable Copilot Globally"
|
||||||
} else {
|
} else {
|
||||||
"Enable Copilot Locally"
|
"Enable Copilot Globally"
|
||||||
},
|
},
|
||||||
ToggleCopilotGlobally,
|
ToggleCopilotGlobally,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue