diff --git a/src/pages/onboarding/Onboarding.tsx b/src/pages/onboarding/Onboarding.tsx index 43864c1a4..9323c03f1 100644 --- a/src/pages/onboarding/Onboarding.tsx +++ b/src/pages/onboarding/Onboarding.tsx @@ -52,7 +52,7 @@ const Onboarding = () => { {currentStep > 1 && ( diff --git a/src/pages/onboarding/steps/AnalyticsStep.tsx b/src/pages/onboarding/steps/AnalyticsStep.tsx index 3c7ca667f..333f73920 100644 --- a/src/pages/onboarding/steps/AnalyticsStep.tsx +++ b/src/pages/onboarding/steps/AnalyticsStep.tsx @@ -5,7 +5,7 @@ interface AnalyticsStepProps { } const AnalyticsStep = ({ onNext }: AnalyticsStepProps) => { - const [selectedOption, setSelectedOption] = useState('maximumPrivacy'); + const [selectedOption, setSelectedOption] = useState('shareAnalytics'); return (
- Share anonymized usage data to help us improve features and performance. All data is encrypted and cannot be traced back to you. + Share anonymized usage data to help us improve features and performance of the app. + This helps us improve the app for you and for others.
- Keep all your data completely private. We won't collect any usage analytics, ensuring total anonymity. + We won't collect any usage analytics, ensuring total anonymity. Keep all your data completely private.
-You can change this setting anytime
diff --git a/src/pages/onboarding/steps/GetStartedStep.tsx b/src/pages/onboarding/steps/GetStartedStep.tsx index 62f2a72d2..0bd6416bb 100644 --- a/src/pages/onboarding/steps/GetStartedStep.tsx +++ b/src/pages/onboarding/steps/GetStartedStep.tsx @@ -22,12 +22,12 @@ const GetStartedStep = ({ onComplete }: GetStartedStepProps) => {- Start messaging the bot to begin your crypto journey + Alright you're all set up, now let's get you started with the bot!
- The bot will help you with research, analysis, and staying on top of the crypto market + Your assistant will automatically start connecting to your accounts and tools to help you get more done.