Restore correct checkbox text

This commit is contained in:
Mikayla Maki 2023-03-08 18:15:29 -08:00
parent cf6ea6d698
commit a65dd0fd98

View file

@ -125,7 +125,7 @@ impl View for WelcomePage {
Flex::column() Flex::column()
.with_children([ .with_children([
theme::ui::checkbox::<Metrics, Self>( theme::ui::checkbox::<Metrics, Self>(
"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, &theme.welcome.checkbox,
metrics, metrics,
cx, cx,