diff --git a/BTCPayServer/Views/UIStores/_GenerateWalletForm.cshtml b/BTCPayServer/Views/UIStores/_GenerateWalletForm.cshtml index 1205f34c3..fe1096784 100644 --- a/BTCPayServer/Views/UIStores/_GenerateWalletForm.cshtml +++ b/BTCPayServer/Views/UIStores/_GenerateWalletForm.cshtml @@ -54,14 +54,18 @@ @if (isImport && canUseHotWallet) { -
- If checked, each private key associated with an address generated will be stored as metadata - and would be accessible to anyone with admin access to your server. Enable at your own risk! -
+- PayJoin enhances the privacy for you and your customers. - Enabling it gives your customers the option to use PayJoin during checkout. - - - -
++ PayJoin enhances the privacy for you and your customers. + Enabling it gives your customers the option to use PayJoin during checkout. + + + +
+- Each address generated will be imported into the node wallet and you can view your balance through the node. - @if (isImport || isHotWallet) - { - When this is enabled for a hot wallet, you are also able to use the node wallet to spend. - } -
++ Each address generated will be imported into the node wallet and you can view your balance through the node. + @if (isImport || isHotWallet) + { + When this is enabled for a hot wallet, you are also able to use the node wallet to spend. + } +
+