diff --git a/src/app/components/configure-wallet/configure-wallet.component.html b/src/app/components/configure-wallet/configure-wallet.component.html index 8776bbe..f946a75 100644 --- a/src/app/components/configure-wallet/configure-wallet.component.html +++ b/src/app/components/configure-wallet/configure-wallet.component.html @@ -213,6 +213,34 @@ +
+
+
+
+
+

+ Note: A secret seed provides access to 4,294,967,295 accounts.
+ To import a single-account private key instead, click here +

+
+
+ +
+
+
+
+
+

+ Note: A private key provides access to exactly one account.
+ To import a multi-account secret seed instead, click here +

+
+
+
@@ -227,7 +255,7 @@

Import Seed

- Enter your seed from any Nano wallet to import it below. + Enter your Nano secret seed below.

@@ -239,11 +267,11 @@

Import Nano Mnemonic

- Enter your mnemonic generated by Nault or other Nano wallets.
If it came from a Ledger device or certain multi-currency wallets, use BIP39 Mnemonic import type instead. + Enter your Nano mnemonic phrase below.
If it came from a Ledger device or certain multi-currency wallets, use BIP39 Mnemonic import type instead.

- +
@@ -251,7 +279,7 @@

Import BIP39 Mnemonic

- Enter your mnemonic generated by a Ledger device or certain multi-currency wallets.
If it was generated in Nault, use Nano Mnemonic import type instead. + Enter your BIP39 mnemonic phrase below. It is typically generated by Ledger devices and certain multi-currency wallets.
If it was generated in Nault, use Nano Mnemonic import type instead.

@@ -259,7 +287,7 @@
- +
@@ -344,7 +372,7 @@

Import Private Key

- Enter your Nano private key below. These are not to be confused with Nano seeds, which are more common, and produce many private keys. + Enter your Nano private key below.

diff --git a/src/less/nault-theme.less b/src/less/nault-theme.less index 7ce7c21..1c6190e 100644 --- a/src/less/nault-theme.less +++ b/src/less/nault-theme.less @@ -94,6 +94,19 @@ h1, h2, h3, h4, h5, .uk-text-lead, .uk-button, .uk-alert, .uk-description-list d > p { margin-top: 0; } + + .inline-link { + font-weight: 600; + color: currentColor; + text-decoration: none !important; + border-bottom: 2px dotted rgba(255, 255, 255, 0.6); + transition: border-color 100ms ease-in-out; + + &:hover { + border-bottom-style: solid; + border-bottom-color: currentColor; + } + } } .nlt-dropdown {