diff --git a/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml b/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml index 3afd06095..bb9599d65 100644 --- a/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml +++ b/BTCPayServer/Views/UIInvoice/CheckoutV2.cshtml @@ -21,7 +21,7 @@ private string PaymentMethodName(PaymentModel.AvailableCrypto pm) { return Model.AltcoinsBuild - ? $"{pm.PaymentMethodName} {pm.CryptoCode}" + ? pm.PaymentMethodName : pm.PaymentMethodName.Replace("Bitcoin (", "").Replace(")", "").Replace("Lightning ", ""); }