diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index fc6aee8721..ebb09701f6 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, ));