mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-04 06:34:29 +01:00
Allow translations of BTCPay Server Backend by admins (#5662)
This commit is contained in:
@@ -10,9 +10,9 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public class WalletPSBTCombineViewModel
|
||||
{
|
||||
public string OtherPSBT { get; set; }
|
||||
[Display(Name = "PSBT to combine with...")]
|
||||
[Display(Name = "PSBT to combine with…")]
|
||||
public string PSBT { get; set; }
|
||||
[Display(Name = "Upload PSBT from file...")]
|
||||
[Display(Name = "Upload PSBT from file…")]
|
||||
public IFormFile UploadedPSBTFile { get; set; }
|
||||
|
||||
public string BackUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user