Skip to content

Commit 66b73dd

Browse files
committed
change login user input tooltip
closes #424
1 parent e93ab99 commit 66b73dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/auth/login.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4>Cerebro
3939
<form class="form-signin" action="auth/login" method="POST">
4040
<div class="form-group">
4141
<label for="inputUser" class="sr-only">User</label>
42-
<input type="text" name="user" id="inputUser" class="form-control form-control-sm" placeholder="LDAP user" required autofocus>
42+
<input type="text" name="user" id="inputUser" class="form-control form-control-sm" placeholder="User" required autofocus>
4343
</div>
4444
<div class="form-group">
4545
<label for="inputPassword" class="sr-only">Password</label>

0 commit comments

Comments
 (0)