mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Allow translations of BTCPay Server Backend by admins (#5662)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public class GeneralSettingsViewModel
|
||||
{
|
||||
|
||||
[Display(Name = "Store ID")]
|
||||
[Display(Name = "Store Id")]
|
||||
public string Id { get; set; }
|
||||
|
||||
[Display(Name = "Store Name")]
|
||||
@@ -45,7 +45,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[Display(Name = "Add additional fee (network fee) to invoice …")]
|
||||
public NetworkFeeMode NetworkFeeMode { get; set; }
|
||||
|
||||
[Display(Name = "Consider the invoice paid even if the paid amount is ... % less than expected")]
|
||||
[Display(Name = "Consider the invoice paid even if the paid amount is … % less than expected")]
|
||||
[Range(0, 100)]
|
||||
public double PaymentTolerance { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user