diff --git a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs index 88f94e1c7..f3fe5ae50 100644 --- a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs @@ -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; } diff --git a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs index 610bf94c7..32d4e4b78 100644 --- a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs @@ -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; }