mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-06 07:34:26 +01:00
Allow translations of BTCPay Server Backend by admins (#5662)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public string PSBT { get; set; }
|
||||
public List<string> Errors { get; set; } = new List<string>();
|
||||
|
||||
[Display(Name = "Upload PSBT from file")]
|
||||
[Display(Name = "Upload PSBT from file…")]
|
||||
public IFormFile UploadedPSBTFile { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user