Permalink
Browse files
Give more info to the user in password modal
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/html/modals/password.ejs
|
|
@@ -6,6 +6,8 @@ |
|
|
<h4 class="modal-title" id="myModalLabel">Password needed to continue</h4>
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
+ <p>sudo (your laptop/pc) password needed in order to flash bootimages on your device</p>
|
|
|
+ <hr />
|
|
|
<div class="alert alert-danger" id="password-wrong" role="alert" hidden="hidden">Password was incorrect, please try again</div>
|
|
|
<form class="form-horizontal">
|
|
|
<div class="form-group">
|
|
|
|
0 comments on commit
bafe820