Update consent wording

This commit is contained in:
Nick O'Leary
2025-05-09 14:25:13 +01:00
parent 3a3571b37e
commit b540a04105

View File

@@ -1277,12 +1277,12 @@
"revert": "Revert"
},
"telemetry": {
"label": "Telemetry",
"settingsTitle": "Share Anonymous Usage Information",
"settingsDescription": "<p>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.</p><p>It does not include any details of your flows or users.</p><p>For full information on what information is collected and how it is used, please see the <a href=\"https://nodered.org/docs/telemetry\" target=\"_blank\">telemetry documentation</a>.</p>",
"label": "Update Notifications",
"settingsTitle": "Enable Update Notifications",
"settingsDescription": "<p>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.</p><p>This requires sending anonymised data back to the Node-RED team. It does not include any details of your flows or users.</p><p>For full information on what information is collected and how it is used, please see the <a href=\"https://nodered.org/docs/telemetry\" target=\"_blank\">documentation</a>.</p>",
"settingsDescription2": "<p>You can change this setting at any time in the editor settings.</p>",
"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"
}