diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs index 1bc736e99..76ba4f472 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.DisplayName : network.DisplayName + " (via Lightning)"; } private string GetImage(PaymentMethodId paymentMethodId, BTCPayNetwork network)