mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Change confirmed to settled. (#4328)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user