diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 964746e..d2def05 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -393,7 +393,7 @@ | |||
393 | </div> | 393 | </div> |
394 | </div> | 394 | </div> |
395 | <div class="form-group"> | 395 | <div class="form-group"> |
396 | <label class="col-sm-2 control-label" data-translate>Block Explorers</label> | 396 | <label class="col-sm-2 control-label" data-translate>Block Explorers and other clients</label> |
397 | <div class="col-sm-10"> | 397 | <div class="col-sm-10"> |
398 | <p class="form-control no-border"> | 398 | <p class="form-control no-border"> |
399 | <span data-translate-html>Use path <code>m/44'/0'/0'</code>.</span> | 399 | <span data-translate-html>Use path <code>m/44'/0'/0'</code>.</span> |
@@ -403,6 +403,13 @@ | |||
403 | <span data-translate>Can be used with</span>: | 403 | <span data-translate>Can be used with</span>: |
404 | <a href="https://blockchain.info/" target="_blank">blockchain.info</a> | 404 | <a href="https://blockchain.info/" target="_blank">blockchain.info</a> |
405 | </p> | 405 | </p> |
406 | <p class="form-control no-border"> | ||
407 | <span data-translate-html>Use path <code>m/0'/0</code>.</span> | ||
408 | </p> | ||
409 | <p class="form-control no-border"> | ||
410 | <span data-translate>Can be used with</span>: | ||
411 | <a href="https://multibit.org/" target="_blank">MultiBit HD</a> | ||
412 | </p> | ||
406 | </div> | 413 | </div> |
407 | </div> | 414 | </div> |
408 | </form> | 415 | </form> |