From 83e21387af8bb8bf136b99762fc44b13e82ae32f Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Sat, 4 Feb 2023 22:18:07 -0500 Subject: [PATCH] Inform user that telemetry can be disabled --- crates/zed/src/zed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index fc7f96a384..b6a2be6e72 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -612,7 +612,7 @@ fn open_telemetry_log_file( 0..0, concat!( "// Zed collects anonymous usage data to help us understand how people are using the app.\n", - "// After the beta release, we'll provide the ability to opt out of this telemetry.\n", + "// Telemetry can be disabled via the `settings.json` file.\n", "// Here is the data that has been reported for the current session:\n", "\n" ),