Add some notice in sign with seed

This commit is contained in:
nicolas.dorier
2019-05-17 14:42:28 +09:00
parent aed98f16bb
commit 55a48ff84a
2 changed files with 20 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace BTCPayServer.Models.WalletViewModels
{
[Required]
public string PSBT { get; set; }
[Required][Display(Name = "Seed(12/24 word mnemonic seed) Or HD private key(xprv...)")]
[Required][Display(Name = "BIP39 Seed (12/24 word mnemonic phrase) or HD private key (xprv...)")]
public string SeedOrKey { get; set; }
[Display(Name = "Optional seed passphrase")]