diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-24 22:30:03 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-24 22:30:03 +1000 |
commit | d922d6910987f9161870ca2225a0e49d91ffc8b7 (patch) | |
tree | 0fde1a635495cb1780585f0c050fa9dee19a7eb2 /src/index.html | |
parent | 90dd6d3c920eb2b453636f317a196fc9d61cf968 (diff) | |
download | BIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.tar.gz BIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.tar.zst BIP39-d922d6910987f9161870ca2225a0e49d91ffc8b7.zip |
Help text has correct left padding
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index bf1a7f3..dbdc67c 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -43,9 +43,9 @@ | |||
43 | <div class="col-md-12"> | 43 | <div class="col-md-12"> |
44 | <h2>Phrase</h2> | 44 | <h2>Phrase</h2> |
45 | <form class="form-horizontal" role="form"> | 45 | <form class="form-horizontal" role="form"> |
46 | <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> | ||
47 | <div class="col-sm-2"></div> | 46 | <div class="col-sm-2"></div> |
48 | <div class="col-sm-10"> | 47 | <div class="col-sm-10"> |
48 | <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> | ||
49 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> | 49 | <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p> |
50 | </div> | 50 | </div> |
51 | <div class="form-group"> | 51 | <div class="form-group"> |