Allow translations of BTCPay Server Backend by admins (#5662)

This commit is contained in:
Nicolas Dorier
2024-07-24 20:16:20 +09:00
committed by GitHub
parent acbc75d077
commit ca4abcb497
43 changed files with 1575 additions and 27 deletions

View File

@@ -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; }