From 3d43f3a2b37b37d53e17479461ccdbc9a1de5439 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Tue, 22 Nov 2022 03:10:21 +0100 Subject: [PATCH] Change confirmed to settled. (#4328) --- BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs b/BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs index 0d6bf88e6..d146cf175 100644 --- a/BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/WalletSettingsViewModel.cs @@ -27,7 +27,7 @@ namespace BTCPayServer.Models.StoreViewModels [Range(10, 60 * 24 * 24)] public int MonitoringExpiration { get; set; } - [Display(Name = "Consider the invoice confirmed when the payment transaction …")] + [Display(Name = "Consider the invoice settled when the payment transaction …")] public SpeedPolicy SpeedPolicy { get; set; } public string Label { get; set; }