Merge pull request #1200 from pavlenex/ipn-notification

Re-name the Invoice e-mail notification field
This commit is contained in:
Nicolas Dorier
2019-12-02 18:27:52 +09:00
committed by GitHub
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; }