diff --git a/BTCPayServer/Views/UIStores/PayButton.cshtml b/BTCPayServer/Views/UIStores/PayButton.cshtml index c61617190..cfebf70b2 100644 --- a/BTCPayServer/Views/UIStores/PayButton.cshtml +++ b/BTCPayServer/Views/UIStores/PayButton.cshtml @@ -139,7 +139,7 @@

Warning: This feature should not be activated on a BTCPay Server store processing commercial transactions.

By activating this feature, a malicious user can trick you into thinking an order has been processed by creating a new invoice, reusing the same Order Id of another valid order but different amount or currency.

-

If this store process commercial transactions, we advise you to create a separate store before using the payment button.

+

If this store process commercial transactions, we advise you to create a separate store before using the payment button.

diff --git a/BTCPayServer/Views/UIStores/PayButtonEnable.cshtml b/BTCPayServer/Views/UIStores/PayButtonEnable.cshtml index 2c9f7b6d8..f32a2cbd1 100644 --- a/BTCPayServer/Views/UIStores/PayButtonEnable.cshtml +++ b/BTCPayServer/Views/UIStores/PayButtonEnable.cshtml @@ -13,7 +13,7 @@

Warning: This feature should not be activated on a BTCPay Server store processing commercial transactions.

By activating this feature, a malicious user can trick you into thinking an order has been processed by creating a new invoice, reusing the same Order Id of another valid order but different amount or currency.

-

If this store process commercial transactions, we advise you to create a separate store before using the payment button.

+

If this store process commercial transactions, we advise you to create a separate store before using the payment button.

To start using Pay Button, you need to enable this feature explicitly. diff --git a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css index 5904045ff..15b2a7907 100644 --- a/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css +++ b/BTCPayServer/wwwroot/main/bootstrap/bootstrap.css @@ -4952,7 +4952,7 @@ fieldset:disabled .btn { } .alert-link { - font-weight: 700; + font-weight: var(--btcpay-font-weight-normal); } .alert-dismissible { @@ -10735,6 +10735,10 @@ ul:not([class]) li { background: none; } +.alert-link { + text-decoration: underline; +} + .alert-dismissible .btn-close { color: inherit; padding: 1.25rem;