diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-25 11:35:58 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-25 11:35:58 +1000 |
commit | d4779799ca468dcd7e99ebb0e1067a32a8435c03 (patch) | |
tree | 36b7873d2d6009059755bfa6480fa9c71def86e5 /src/index.html | |
parent | d26cce22c18cb0c36b81de43c81f5836fe7459b3 (diff) | |
download | BIP39-d4779799ca468dcd7e99ebb0e1067a32a8435c03.tar.gz BIP39-d4779799ca468dcd7e99ebb0e1067a32a8435c03.tar.zst BIP39-d4779799ca468dcd7e99ebb0e1067a32a8435c03.zip |
Standardized words, 'phrase' changed to 'mnemonic'
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index 8368754..1a4164c 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -44,11 +44,11 @@ | |||
44 | <hr> | 44 | <hr> |
45 | <div class="row"> | 45 | <div class="row"> |
46 | <div class="col-md-12"> | 46 | <div class="col-md-12"> |
47 | <h2>Phrase</h2> | 47 | <h2>Mnemonic</h2> |
48 | <form class="form-horizontal" role="form"> | 48 | <form class="form-horizontal" role="form"> |
49 | <div class="col-sm-2"></div> | 49 | <div class="col-sm-2"></div> |
50 | <div class="col-sm-10"> | 50 | <div class="col-sm-10"> |
51 | <p>You can enter an existing BIP39 phrase, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p> | 51 | <p>You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p> |
52 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> | 52 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> |
53 | </div> | 53 | </div> |
54 | <div class="form-group"> | 54 | <div class="form-group"> |
@@ -63,7 +63,7 @@ | |||
63 | <div class="input-group"> | 63 | <div class="input-group"> |
64 | <input type="number" class="strength form-control" id="strength" value="12"> | 64 | <input type="number" class="strength form-control" id="strength" value="12"> |
65 | <span class="input-group-btn"> | 65 | <span class="input-group-btn"> |
66 | <button class="btn generate">Generate Random Phrase</button> | 66 | <button class="btn generate">Generate Random Mnemonic</button> |
67 | </span> | 67 | </span> |
68 | </div> | 68 | </div> |
69 | </div> | 69 | </div> |