aboutsummaryrefslogtreecommitdiff
path: root/include/clients-overview.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-26 14:27:14 +0200
committerCamil Staps2016-07-26 14:27:14 +0200
commitd8055192991ac8504e48c137038879790c762d2d (patch)
tree0738603efca98c26d6d04cbd091898d4b6e9a34d /include/clients-overview.php
parentOption to add first user during installation (diff)
Adding and deleting users
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r--include/clients-overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php
index 7ce45a6..fc2c3a0 100644
--- a/include/clients-overview.php
+++ b/include/clients-overview.php
@@ -70,7 +70,7 @@ require_once('./login.php');
<div class="form-group">
<label>Name:</label>
<input
- type="text" name="name" class="form-control" placeholder="Title"
+ type="text" name="name" class="form-control" placeholder="Name"
data-bv-notempty="true" data-bv-notempty-message="You have to provide a name"/>
</div>
<button type="submit" class="btn btn-default">Go</button>