diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index fc6aee872134b9359e3611a0a341ab0590415cbf..ebb09701f6f8860e98652461ee664fb96fd4dc13 100644 --- a/crates/copilot_button/src/copilot_button.rs +++ b/crates/copilot_button/src/copilot_button.rs @@ -286,7 +286,7 @@ impl CopilotButton { if globally_enabled { "Disable Copilot Globally" } else { - "Enable Copilot Locally" + "Enable Copilot Globally" }, ToggleCopilotGlobally, ));