Re-name the Invoice e-mail notification field

This commit is contained in:
pavlenex
2019-11-30 11:45:06 +01:00
parent 52fd686993
commit 2d168e1d9b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ namespace BTCPayServer.Models.AppViewModels
[Display(Name = "Callback Notification Url")]
[Uri]
public string NotificationUrl { get; set; }
[Display(Name = "Invoice Email Notification")]
[Display(Name = "Invoice IPN Notification")]
[EmailAddress]
public string NotificationEmail { get; set; }

View File

@@ -32,7 +32,7 @@ namespace BTCPayServer.Models.AppViewModels
[Display(Name = "Callback Notification Url")]
[Uri]
public string NotificationUrl { get; set; }
[Display(Name = "Invoice Email Notification")]
[Display(Name = "Invoice IPN Notification")]
[EmailAddress]
public string NotificationEmail { get; set; }