mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-27 02:37:08 +01:00
Checkout v2: Reduce Altcoin name on payment method pill (#4456)
Closes #4455.
This commit is contained in:
parent
674d5bae8a
commit
3a2ad48bd6
1 changed files with 1 additions and 1 deletions
|
@ -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 ", "");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue