diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-09-19 11:13:03 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-09-19 11:13:03 +1000 |
commit | 7e6bdc498e52b57ad9777596b137473d6a7728ab (patch) | |
tree | d5916ed14408d5031865de0f05317c748d430fc9 /src | |
parent | 16b4c2788ac1956c63fc841d7234eedec4a58068 (diff) | |
download | BIP39-7e6bdc498e52b57ad9777596b137473d6a7728ab.tar.gz BIP39-7e6bdc498e52b57ad9777596b137473d6a7728ab.tar.zst BIP39-7e6bdc498e52b57ad9777596b137473d6a7728ab.zip |
Reword entropy text to say one type, not multiple
Diffstat (limited to 'src')
-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 44360ef..cc38ed0 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -163,7 +163,7 @@ | |||
163 | <div class="form-group"> | 163 | <div class="form-group"> |
164 | <label for="entropy" class="col-sm-2 control-label" data-translate>Entropy</label> | 164 | <label for="entropy" class="col-sm-2 control-label" data-translate>Entropy</label> |
165 | <div class="col-sm-7"> | 165 | <div class="col-sm-7"> |
166 | <textarea id="entropy" rows="2" class="entropy form-control" placeholder="Accepts binary, base 6, 6-sided dice, base 10, hexadecimal, cards" data-translate-placeholder></textarea> | 166 | <textarea id="entropy" rows="2" class="entropy form-control" placeholder="Accepts either binary, base 6, 6-sided dice, base 10, hexadecimal or cards" data-translate-placeholder></textarea> |
167 | <div class="row"> | 167 | <div class="row"> |
168 | <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Based on estimates from zxcvbn using Filtered Entropy">Time To Crack</span></label> | 168 | <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Based on estimates from zxcvbn using Filtered Entropy">Time To Crack</span></label> |
169 | <div class="crack-time col-sm-3 form-control-static"></div> | 169 | <div class="crack-time col-sm-3 form-control-static"></div> |