Skip to content

Commit

Permalink
chore: update copy for onboarding (#15218)
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed May 17, 2024
1 parent 2718ef9 commit 0bddd7b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export const desktopStepTourGuide: Step[] = [
...stepProps,
},
{
content: <WalletText size='sm'>Use the drop-down menu to switch between your Wallets.</WalletText>,
content: <WalletText size='sm'>Switch to a Wallet from the drop-down menu.</WalletText>,
disableScrolling: false,
placement: 'bottom',
target: '.wallets-textfield__box',
title: <SpotLightHeader>Switch between Wallets</SpotLightHeader>,
title: <SpotLightHeader>Change your Wallet</SpotLightHeader>,
...stepProps,
spotlightPadding: 8,
},
Expand All @@ -48,7 +48,7 @@ export const desktopStepTourGuide: Step[] = [
target: '.wallets-add-more__card',
title: (
<WalletText color='red' size='sm' weight='bold'>
Explore more Wallets
Add more currencies
</WalletText>
),
...stepProps,
Expand Down

0 comments on commit 0bddd7b

Please sign in to comment.