diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs index 2d462bba2..65083fe5f 100644 --- a/BTCPayServer/Controllers/InvoiceController.UI.cs +++ b/BTCPayServer/Controllers/InvoiceController.UI.cs @@ -307,7 +307,7 @@ namespace BTCPayServer.Controllers private string GetDisplayName(PaymentMethodId paymentMethodId, BTCPayNetwork network) { return paymentMethodId.PaymentType == PaymentTypes.BTCLike ? - network.DisplayName : network.DisplayName + " - Lightning Network"; + network.DisplayName : network.DisplayName + " - Lightning"; } private string GetImage(PaymentMethodId paymentMethodId, BTCPayNetwork network) diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index e6356bfea..143f3db48 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -42,17 +42,20 @@