Skip to content

Commit 35bd7ad

Browse files
committed
tutorial: Update General step copy for shared-data settings
Mirror the new data privacy modal terminology in the setup wizard so the General step describes "what Cockpit shares with the development team" instead of pointing at the removed "data privacy preferences" control.
1 parent f8611b6 commit 35bd7ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Tutorial.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ const steps = [
125125
{
126126
id: 4,
127127
title: 'General Configuration',
128-
content: `The 'General' page allows switching the active user, and the vehicle connection settings.`,
128+
content: `The 'General' page allows switching the active user, the vehicle connection settings, and what
129+
Cockpit shares with the development team.`,
129130
opposite: `Each user can have their own settings, interface profiles, and joystick mappings, which can be
130131
stored on and synchronized through the connected vehicle.`,
131132
},
@@ -175,8 +176,7 @@ const steps = [
175176
title: 'Dev Settings',
176177
content: `This section includes settings and Cockpit logs to help with development and advanced troubleshooting.`,
177178
opposite: `We recommend leaving the default values, but if you prefer to you can stop Cockpit from synchronizing
178-
its settings with BlueOS vehicles, and/or disable sending the anonymous usage statistics and error messages that
179-
help the development team to find performance issues and bugs.`,
179+
its settings with BlueOS vehicles. Telemetry sharing is configured from 'Settings' > 'General' > 'Shared Data'.`,
180180
},
181181
{
182182
id: 12,

0 commit comments

Comments
 (0)