diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-06-17 09:34:50 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-06-20 10:58:31 +1000 |
commit | 20f459ce8f78ddcbca23fcd8d220b5cc2ec24006 (patch) | |
tree | fe2137d3a77f67dc017ea948af82c392de54b69e /src/index.html | |
parent | ee42e5f7126b8cfe5e9035dde0e140e2f5879db8 (diff) | |
download | BIP39-20f459ce8f78ddcbca23fcd8d220b5cc2ec24006.tar.gz BIP39-20f459ce8f78ddcbca23fcd8d220b5cc2ec24006.tar.zst BIP39-20f459ce8f78ddcbca23fcd8d220b5cc2ec24006.zip |
Change entropy Strength to Time To Crack
See issue 78
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index bc8ffba..5edd68e 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -165,8 +165,8 @@ | |||
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 binary, base 6, 6-sided dice, base 10, hexadecimal, cards" data-translate-placeholder></textarea> |
167 | <div class="row"> | 167 | <div class="row"> |
168 | <label class="col-sm-3 control-label" data-translate>Strength</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="strength col-sm-3 form-control-static"></div> | 169 | <div class="crack-time col-sm-3 form-control-static"></div> |
170 | <label class="col-sm-3 control-label" data-translate>Event Count</label> | 170 | <label class="col-sm-3 control-label" data-translate>Event Count</label> |
171 | <div class="event-count col-sm-3 form-control-static"></div> | 171 | <div class="event-count col-sm-3 form-control-static"></div> |
172 | </div> | 172 | </div> |