Update display names

This commit is contained in:
Dennis Reimann 2021-11-15 09:36:49 +01:00
parent 677a7f46cc
commit 3ec50f2969
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -38,7 +38,7 @@ namespace BTCPayServer.Models.InvoicingModels
get; set;
}
[Display(Name = "Default payment method on checkout")]
[DisplayName("Default payment method on checkout")]
public string DefaultPaymentMethod
{
get; set;
@ -58,7 +58,7 @@ namespace BTCPayServer.Models.InvoicingModels
}
[Uri]
[DisplayName("Notification Url")]
[DisplayName("Notification URL")]
public string NotificationUrl
{
get; set;
@ -89,7 +89,7 @@ namespace BTCPayServer.Models.InvoicingModels
get; set;
}
[Display(Name = "Require Refund Email")]
[DisplayName("Require Refund Email")]
public RequiresRefundEmail RequiresRefundEmail
{
get; set;