aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 2ee79c0..df5bf67 100644
--- a/src/index.html
+++ b/src/index.html
@@ -48,7 +48,12 @@
48 <option value="21">21</option> 48 <option value="21">21</option>
49 <option value="24">24</option> 49 <option value="24">24</option>
50 </select> 50 </select>
51 <span>words</span> 51 <span>words</span>.
52 <p class="warning help-block hidden">
53 <span class="text-danger">
54 Mnemonics with less than 12 words have low entropy and may be guessed by an attacker.
55 </span>
56 </p>
52 </div> 57 </div>
53 </div> 58 </div>
54 </div> 59 </div>