Fix typo in copilot button

This commit is contained in:
Mikayla Maki 2023-03-31 11:50:31 -07:00
parent e5a6b11d8f
commit b6882f0cbf

View file

@ -286,7 +286,7 @@ impl CopilotButton {
if globally_enabled {
"Disable Copilot Globally"
} else {
"Enable Copilot Locally"
"Enable Copilot Globally"
},
ToggleCopilotGlobally,
));