diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index a5ac637..5495fe9 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -368,9 +368,10 @@ | |||
368 | </p> | 368 | </p> |
369 | </div> | 369 | </div> |
370 | <div class="form-group"> | 370 | <div class="form-group"> |
371 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | 371 | <label for="bip32-client" class="col-sm-2 control-label" data-translate>Client</label> |
372 | <div class="col-sm-10"> | 372 | <div class="col-sm-10"> |
373 | <select id="client-phrase" class="client form-control"> | 373 | <select id="bip32-client" class="client form-control"> |
374 | <option value="custom">Custom derivation path</option> | ||
374 | <!-- populated by javascript --> | 375 | <!-- populated by javascript --> |
375 | </select> | 376 | </select> |
376 | </div> | 377 | </div> |