diff options
author | Dimitris Tsapakidis <dimitris@tsapakidis.com> | 2018-03-13 23:52:42 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 23:52:42 +0400 |
commit | dfe833a7db6805813ff34df11cf62b2af0f827ca (patch) | |
tree | de95c1fac1ee939bece7c9d8135ee581138b30bc /src/index.html | |
parent | fca07769ebffd5a9dffd394643ed3e54704e8a26 (diff) | |
download | BIP39-dfe833a7db6805813ff34df11cf62b2af0f827ca.tar.gz BIP39-dfe833a7db6805813ff34df11cf62b2af0f827ca.tar.zst BIP39-dfe833a7db6805813ff34df11cf62b2af0f827ca.zip |
Fixed typo
"each key will take take several minutes" -> "each key will take several minutes'
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 7d75421..dbdefc6 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -613,7 +613,7 @@ | |||
613 | <span>Encrypt private keys using BIP38 and this password:</span> | 613 | <span>Encrypt private keys using BIP38 and this password:</span> |
614 | </label> | 614 | </label> |
615 | <input class="bip38-password"> | 615 | <input class="bip38-password"> |
616 | <span>Enabling BIP38 means each key will take take several minutes to generate.</span> | 616 | <span>Enabling BIP38 means each key will take several minutes to generate.</span> |
617 | </div> | 617 | </div> |
618 | </div> | 618 | </div> |
619 | <ul class="addresses-type nav nav-tabs" role="tablist"> | 619 | <ul class="addresses-type nav nav-tabs" role="tablist"> |