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 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, ));