aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 659f572..9c126b9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -277,7 +277,7 @@
277 <label for="litecoin-use-ltub" class="col-sm-2 control-label">Prefixes</label> 277 <label for="litecoin-use-ltub" class="col-sm-2 control-label">Prefixes</label>
278 <div class="col-sm-10 checkbox"> 278 <div class="col-sm-10 checkbox">
279 <label> 279 <label>
280 <input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub"> 280 <input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub" checked="checked">
281 Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code> 281 Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code>
282 </label> 282 </label>
283 </div> 283 </div>