Change confirmed to settled. (#4328)

This commit is contained in:
Andreas Tasch
2022-11-22 03:10:21 +01:00
committed by GitHub
parent 6194c156bd
commit 3d43f3a2b3

View File

@@ -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; }