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:
dstrukt
2022-01-11 05:16:16 -08:00
committed by GitHub
parent 5bbaa48b49
commit 323e5e14a3
3 changed files with 19 additions and 17 deletions

View File

@@ -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")]