diff --git a/frontend/src/components/OnboardingDialog.tsx b/frontend/src/components/OnboardingDialog.tsx index a38e3559..3151366c 100644 --- a/frontend/src/components/OnboardingDialog.tsx +++ b/frontend/src/components/OnboardingDialog.tsx @@ -163,7 +163,7 @@ export function OnboardingDialog({ open, onComplete }: OnboardingDialogProps) { disabled={!isValid} className="w-full" > - Complete Setup + Continue diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 7493cc1d..cb3eac1b 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -517,7 +517,7 @@ export function Settings() {

Resetting the disclaimer will require you to acknowledge the - safety warning again on next app start. + safety warning again.

@@ -540,8 +540,33 @@ export function Settings() {

- Resetting the onboarding will show the setup screen again on - next app start. + Resetting the onboarding will show the setup screen again. +

+ +
+
+
+ +

+ {config.telemetry_acknowledged + ? 'You have acknowledged the telemetry notice.' + : 'The telemetry notice has not been acknowledged.'} +

+
+ +
+

+ Resetting the acknowledgment will require you to acknowledge + the telemetry notice again.