mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Changing Lightning suffix per suggestion
This commit is contained in:
@@ -307,7 +307,7 @@ namespace BTCPayServer.Controllers
|
|||||||
private string GetDisplayName(PaymentMethodId paymentMethodId, BTCPayNetwork network)
|
private string GetDisplayName(PaymentMethodId paymentMethodId, BTCPayNetwork network)
|
||||||
{
|
{
|
||||||
return paymentMethodId.PaymentType == PaymentTypes.BTCLike ?
|
return paymentMethodId.PaymentType == PaymentTypes.BTCLike ?
|
||||||
network.DisplayName : network.DisplayName + " - Lightning";
|
network.DisplayName : network.DisplayName + " (via Lightning)";
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetImage(PaymentMethodId paymentMethodId, BTCPayNetwork network)
|
private string GetImage(PaymentMethodId paymentMethodId, BTCPayNetwork network)
|
||||||
|
|||||||
Reference in New Issue
Block a user