diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 21f070f..a48079e 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -266,6 +266,15 @@ | |||
266 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> | 266 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> |
267 | </div> | 267 | </div> |
268 | </div> | 268 | </div> |
269 | <div class="form-group litecoin-ltub-container hidden"> | ||
270 | <label for="litecoin-use-ltub" class="col-sm-2 control-label" data-translate>Prefixes</label> | ||
271 | <div class="col-sm-10 checkbox"> | ||
272 | <label> | ||
273 | <input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub"> | ||
274 | Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code> | ||
275 | </label> | ||
276 | </div> | ||
277 | </div> | ||
269 | </form> | 278 | </form> |
270 | </div> | 279 | </div> |
271 | </div> | 280 | </div> |