From b6882f0cbfc2232a85e91bb0f10e49563bcab0c4 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Fri, 31 Mar 2023 11:50:31 -0700 Subject: [PATCH] Fix typo in copilot button --- crates/copilot_button/src/copilot_button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ));