Skip to content

Commit 677bc2a

Browse files
authored
Update lib/commands/init/index.js
1 parent 7f2bdf1 commit 677bc2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/commands/init/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ async function promptTelemetry() {
102102
type: 'select',
103103
name: 'telemetryEnabled',
104104
// 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.
105+
message: `Node-RED can notify you when there is a new version available.
106+
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.
107108
It does not include any details of your flows or users.
108109
For full information on what information is collected and how it is used,
109110
please see https://nodered.org/docs/telemetry

0 commit comments

Comments
 (0)