Skip to content

Commit

Permalink
Add a warning in the onboarding screen that user should not use tapro…
Browse files Browse the repository at this point in the history
…ot in ledger live together with xverse
  • Loading branch information
dhriaznov committed Jun 30, 2023
1 parent b5782c3 commit 588de4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/screens/ledger/importLedgerAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import InfoIconSVG from '@assets/img/ledger/info_icon.svg';
import CheckCircleSVG from '@assets/img/ledger/check_circle.svg';
import LedgerImportEndSVG from '@assets/img/ledger/ledger_import_end.svg';
import ArrowLeftIconSVG from '@assets/img/ledger/arrow_left_icon.svg';
import InfoContainer from '@components/infoContainer';
import LedgerConnectionView from '../../../components/ledger/connectLedgerView';

const Container = styled.div`
Expand Down Expand Up @@ -500,6 +501,9 @@ function ImportLedger(): JSX.Element {
<SelectAssetTitle>{t('LEDGER_IMPORT_2_TITLE')}</SelectAssetTitle>
<SelectAssetText>{t('LEDGER_IMPORT_2_SUBTITLE')}</SelectAssetText>
</SelectAssetTextContainer>

<InfoContainer bodyText={t('LEDGER_IMPORT_2_WARNING')} type="Warning" />

<ImportCardContainer id="card_container">
<LedgerAssetSelectCard
icon={BtcOdrinalsIconSVG}
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"LEDGER_IMPORT_1_BUTTON": "Get started",
"LEDGER_IMPORT_2_TITLE": "Select wallet type",
"LEDGER_IMPORT_2_SUBTITLE": "You can create multiple wallets to store Bitcoin, Ordinals and BRC-20 tokens.",
"LEDGER_IMPORT_2_WARNING": "Don't use a taproot address with Ledger Live if you connect to Xverse.",
"LEDGER_IMPORT_2_FOOTNOTE": "",
"LEDGER_IMPORT_2_SELECT": {
"BTC_TITLE": "Bitcoin and Ordinals wallet",
Expand Down

0 comments on commit 588de4a

Please sign in to comment.