From 5dd3112e0dc7a03344a8f5b41b1fe85aa62305fb Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 23 Jan 2020 05:20:00 -0800 Subject: [PATCH] Ensure "import from....a new/existing seed" modal text is readable in Casa theme (#1300) fix #1299 --- .../AddDerivationSchemes_NBXWalletGenerate.cshtml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Views/Stores/AddDerivationSchemes_NBXWalletGenerate.cshtml b/BTCPayServer/Views/Stores/AddDerivationSchemes_NBXWalletGenerate.cshtml index ad5704730..61f2d5397 100644 --- a/BTCPayServer/Views/Stores/AddDerivationSchemes_NBXWalletGenerate.cshtml +++ b/BTCPayServer/Views/Stores/AddDerivationSchemes_NBXWalletGenerate.cshtml @@ -20,7 +20,9 @@ -

You can choose to import an existing mnemonic seed phrase. If you leave blank, we will generate one for you.

+ + You can choose to import an existing mnemonic seed phrase. If you leave blank, we will generate one for you. +
@@ -56,14 +58,17 @@ -

If checked, each private key associated with an address generated will be stored as metadata in NBXplorer. While convenient, this means that anyone with access to your server will have access to your private keys and will be able to steal your funds.

- + + If checked, each private key associated with an address generated will be stored as metadata in NBXplorer. While convenient, this means that anyone with access to your server will have access to your private keys and will be able to steal your funds. +
-

If checked, each address generated will be imported into the node wallet so that you can view your balance through your node. When this is enabled alongside Is hot wallet, you're also able to use the node wallet to spend (this works pretty well in conjunction with apps such as FullyNoded).

+ + If checked, each address generated will be imported into the node wallet so that you can view your balance through your node. When this is enabled alongside Is hot wallet, you're also able to use the node wallet to spend (this works pretty well in conjunction with apps such as FullyNoded). +