Improve setting name consistency for welcome page
This commit is contained in:
@@ -189,7 +189,7 @@ impl Render for WelcomePage {
|
||||
settings.metrics = Some(value);
|
||||
|
||||
telemetry.report_setting_event(
|
||||
"user telemetry",
|
||||
"metric telemetry",
|
||||
value.to_string(),
|
||||
);
|
||||
}
|
||||
@@ -227,7 +227,7 @@ impl Render for WelcomePage {
|
||||
settings.diagnostics = Some(value);
|
||||
|
||||
telemetry.report_setting_event(
|
||||
"crash diagnostics",
|
||||
"diagnostic telemetry",
|
||||
value.to_string(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user