Skip to content

Commit f3715d8

Browse files
committed
Consistency is key
1 parent e913a36 commit f3715d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function sendIt($db, $username, $password, $email) {
9696
<div class="alert text-center alert-success">Please remember to delete <pre>install.php</pre> after completing the install</div>
9797
<form action="install.php?sendit=true" method="POST">
9898
<input type="text" name="username" class="form-control" placeholder="Username" required autofocus>
99-
<input type="password" name="password" class="form-control" placeholder="password" required>
99+
<input type="password" name="password" class="form-control" placeholder="Password" required>
100100
<input type="email" name="email" class="form-control" placeholder="Email address" required>
101101
<br />
102102
<input type="submit" class="btn btn-lg btn-primary btn-block" value="Install">

0 commit comments

Comments
 (0)