From 79b06bce424bd2891f7208f6670ac6c18ffbb2f0 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Fri, 20 Jul 2018 23:33:54 -0500 Subject: [PATCH] Changing Lightning suffix per suggestion --- BTCPayServer/Controllers/InvoiceController.UI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)