From: Ian Coleman Date: Wed, 24 Sep 2014 12:30:03 +0000 (+1000) Subject: Help text has correct left padding X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=d922d6910987f9161870ca2225a0e49d91ffc8b7 Help text has correct left padding --- diff --git a/bip39-standalone.html b/bip39-standalone.html index 6b64f01..0bb89f5 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -51,9 +51,9 @@

Phrase

-

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)

+

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)

For more info see the BIP39 spec

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

Phrase

-

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)

+

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)

For more info see the BIP39 spec