diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json index 892ba34ac..b0c2c174b 100644 --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -1277,12 +1277,12 @@ "revert": "Revert" }, "telemetry": { - "label": "Telemetry", - "settingsTitle": "Share Anonymous Usage Information", - "settingsDescription": "

Node-RED would like to send anonymous usage data back to the Node-RED team. This information helps us to understand how it is used.

It does not include any details of your flows or users.

For full information on what information is collected and how it is used, please see the telemetry documentation.

", + "label": "Update Notifications", + "settingsTitle": "Enable Update Notifications", + "settingsDescription": "

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.

This requires sending anonymised data back to the Node-RED team. It does not include any details of your flows or users.

For full information on what information is collected and how it is used, please see the documentation.

", "settingsDescription2": "

You can change this setting at any time in the editor settings.

", - "enableLabel": "Yes, send my usage data", - "disableLabel": "No, do not send my usage data", + "enableLabel": "Yes, enable notifications", + "disableLabel": "No, do not enable notifications", "updateAvailable": "Update available", "updateAvailableDesc": "Node-RED __version__ is now available" }