mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Update display names
This commit is contained in:
parent
677a7f46cc
commit
3ec50f2969
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue