From a65dd0fd98b26d3eaa349c25e6e1d35a418ee720 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Wed, 8 Mar 2023 18:15:29 -0800 Subject: [PATCH] Restore correct checkbox text --- crates/welcome/src/welcome.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/welcome/src/welcome.rs b/crates/welcome/src/welcome.rs index 89f161a283..a1045ea1e8 100644 --- a/crates/welcome/src/welcome.rs +++ b/crates/welcome/src/welcome.rs @@ -125,7 +125,7 @@ impl View for WelcomePage { Flex::column() .with_children([ theme::ui::checkbox::( - "Do you want to send telemetry?", + "Send anonymous usage data to improve Zed (View what we're sending via Help > View Telemetry Log)", &theme.welcome.checkbox, metrics, cx,