We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2bdf1 commit 677bc2aCopy full SHA for 677bc2a
lib/commands/init/index.js
@@ -102,8 +102,9 @@ async function promptTelemetry() {
102
type: 'select',
103
name: 'telemetryEnabled',
104
// initial: "Yes",
105
- message: `Node-RED would like to send anonymous usage data back to the Node-RED team.
106
-This information helps us to understand how it is used.
+ message: `Node-RED can notify you when there is a new version available.
+This ensures you keep up to date with the latest features and fixes.
107
+This requires sending anonymised data back to the Node-RED team.
108
It does not include any details of your flows or users.
109
For full information on what information is collected and how it is used,
110
please see https://nodered.org/docs/telemetry
0 commit comments