mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Restore correct checkbox text
This commit is contained in:
parent
cf6ea6d698
commit
a65dd0fd98
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ impl View for WelcomePage {
|
|||
Flex::column()
|
||||
.with_children([
|
||||
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,
|
||||
metrics,
|
||||
cx,
|
||||
|
|
Loading…
Reference in a new issue