8000 Merge pull request #325 from lupatellimatteo/master · githubcs/baasbox@a0ed3ef · GitHub
[go: up one dir, main page]

Skip to content

Commit a0ed3ef

Browse files
author
Matteo
committed
Merge pull request baasbox#325 from lupatellimatteo/master
fix tooltip bug in users section
2 parents 0d9fd04 + 1524c46 commit a0ed3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/admin/main_/content_/users_/adduser.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3 id="userTitle">Add/Edit User</h3>
4141
</div>
4242
</div>
4343
<div class="control-group">
44-
<label data-toggle="tooltip" title="Each user must belong to a role" class="control-label" for="cmbSelectRole">Role*</label>
44+
<label data-toogle="tooltip" title="Each user must belong to a role" class="control-label" for="cmbSelectRole">Role*</label>
4545
<div class="controls">
4646
<select id="cmbSelectRole" data-rel="chosen" required>
4747
</select>

0 commit comments

Comments
 (0)
0