From 2d168e1d9b7cc645d80a33c2dbd0037250261c41 Mon Sep 17 00:00:00 2001 From: pavlenex Date: Sat, 30 Nov 2019 11:45:06 +0100 Subject: [PATCH] Re-name the Invoice e-mail notification field --- BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs | 2 +- BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }