diff --git a/packages/extension-base/package.json b/packages/extension-base/package.json index 6ae6257394..3db36f07e8 100644 --- a/packages/extension-base/package.json +++ b/packages/extension-base/package.json @@ -30,8 +30,8 @@ "@polkadot/phishing": "^0.23.1", "@polkadot/rpc-provider": "^12.2.1", "@polkadot/types": "^12.2.1", - "@polkadot/ui-keyring": "^3.7.1", - "@polkadot/ui-settings": "^3.7.1", + "@polkadot/ui-keyring": "^3.8.2", + "@polkadot/ui-settings": "^3.8.2", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", diff --git a/packages/extension-ui/package.json b/packages/extension-ui/package.json index 09c16d2cdc..1594dc56a5 100644 --- a/packages/extension-ui/package.json +++ b/packages/extension-ui/package.json @@ -32,12 +32,12 @@ "@polkadot/hw-ledger": "^13.0.2", "@polkadot/keyring": "^13.0.2", "@polkadot/networks": "^13.0.2", - "@polkadot/react-identicon": "^3.7.1", - "@polkadot/react-qr": "^3.7.1", + "@polkadot/react-identicon": "^3.8.2", + "@polkadot/react-qr": "^3.8.2", "@polkadot/types": "^12.2.1", "@polkadot/types-augment": "^12.2.1", - "@polkadot/ui-keyring": "^3.7.1", - "@polkadot/ui-settings": "^3.7.1", + "@polkadot/ui-keyring": "^3.8.2", + "@polkadot/ui-settings": "^3.8.2", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "file-saver": "^2.0.5", diff --git a/packages/extension-ui/src/Popup/Signing/LedgerSign.tsx b/packages/extension-ui/src/Popup/Signing/LedgerSign.tsx index 6322143a01..14e708155c 100644 --- a/packages/extension-ui/src/Popup/Signing/LedgerSign.tsx +++ b/packages/extension-ui/src/Popup/Signing/LedgerSign.tsx @@ -9,6 +9,7 @@ import { faSync } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import React, { useCallback, useEffect, useState } from 'react'; +import settings from '@polkadot/ui-settings'; import { assert, objectSpread, u8aToHex } from '@polkadot/util'; import { merkleizeMetadata } from '@polkadot-api/merkleize-metadata'; @@ -119,6 +120,11 @@ function LedgerSign ({ accountIndex, addressOffset, className, error, genesisHas {error} )} + { + + {`You are using the Ledger ${settings.ledgerApp.toUpperCase()} App. If you would like to switch it, please go to "MANAGE LEDGER APP" in the extension's settings.`} + + } {(ledgerLocked || error) ? (