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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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