mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Update Payment Request View (#3259)
* removes "back to list" * changes currency label + formats currency and amount * adjust sizing * Wording: Create and Save button * Improve search responsive behaviour Co-authored-by: Dennis Reimann <mail@dennisreimann.de> Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
[Range(double.Epsilon, double.PositiveInfinity, ErrorMessage = "Please provide an amount greater than 0")]
|
||||
public decimal Amount { get; set; }
|
||||
|
||||
[Display(Name = "The currency used for payment request. (e.g. BTC, LTC, USD, etc.)")]
|
||||
[Display(Name = "Currency")]
|
||||
public string Currency { get; set; }
|
||||
|
||||
[Display(Name = "Expiration Date")]
|
||||
|
||||
Reference in New Issue
Block a user