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 fe048dc..e8aac4d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -221,7 +221,7 @@
221 <div class="form-group"> 221 <div class="form-group">
222 <label for="seed" class="col-sm-2 control-label">BIP39 Seed</label> 222 <label for="seed" class="col-sm-2 control-label">BIP39 Seed</label>
223 <div class="col-sm-10"> 223 <div class="col-sm-10">
224 <textarea id="seed" class="seed private-data form-control" readonly="readonly" data-show-qr autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea> 224 <textarea id="seed" class="seed private-data form-control" data-show-qr autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
225 </div> 225 </div>
226 </div> 226 </div>
227 <div class="form-group"> 227 <div class="form-group">