diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml index 252208640..1dad47bee 100644 --- a/BTCPayServer/Views/Invoice/Checkout.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout.cshtml @@ -272,27 +272,36 @@ @if (Model.AllowCoinConversion) {
-
- - You can pay {{ srvModel.btcDue }} {{ srvModel.cryptoCode }} using altcoins other than the ones merchant directly supports. -

- This service is provided by 3rd party. Please keep in mind that - we have no control over how providers will forward your funds. - Invoice will only be marked paid once funds are received on {{srvModel.cryptoCode}} Blockchain. -
-
-
- - - - +
+
+ + You can pay {{ srvModel.btcDue }} {{ srvModel.cryptoCode }} using altcoins other than the ones merchant directly supports. +

+ This service is provided by 3rd party. Please keep in mind that + we have no control over how providers will forward your funds. + Invoice will only be marked paid once funds are received on {{srvModel.cryptoCode}} Blockchain. +
+
+
+ + + + - @*Changelly doesn't have TO_AMOUNT support so we can't include it - - - Changelly - *@ -
+ @*Changelly doesn't have TO_AMOUNT support so we can't include it + + + Changelly + *@ +
+
+
+
+ + No conversion providers available for BTC Lightning Network payments. + +
+
}