mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Change confirmed to settled. (#4328)
This commit is contained in:
parent
6194c156bd
commit
3d43f3a2b3
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user