From 0bddd7b4b8e63d49ac135ad45d6d4888e41828c0 Mon Sep 17 00:00:00 2001
From: Aizad Ridzo <103104395+aizad-deriv@users.noreply.github.com>
Date: Fri, 17 May 2024 17:12:29 +0800
Subject: [PATCH] chore: update copy for onboarding (#15218)
---
.../src/components/WalletTourGuide/WalletTourGuideSteps.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/wallets/src/components/WalletTourGuide/WalletTourGuideSteps.tsx b/packages/wallets/src/components/WalletTourGuide/WalletTourGuideSteps.tsx
index 34e1faedb08c..6e46773a0f0f 100644
--- a/packages/wallets/src/components/WalletTourGuide/WalletTourGuideSteps.tsx
+++ b/packages/wallets/src/components/WalletTourGuide/WalletTourGuideSteps.tsx
@@ -28,11 +28,11 @@ export const desktopStepTourGuide: Step[] = [
...stepProps,
},
{
- content: Use the drop-down menu to switch between your Wallets.,
+ content: Switch to a Wallet from the drop-down menu.,
disableScrolling: false,
placement: 'bottom',
target: '.wallets-textfield__box',
- title: Switch between Wallets,
+ title: Change your Wallet,
...stepProps,
spotlightPadding: 8,
},
@@ -48,7 +48,7 @@ export const desktopStepTourGuide: Step[] = [
target: '.wallets-add-more__card',
title: (
- Explore more Wallets
+ Add more currencies
),
...stepProps,