User management search just searches users - adjust label of input field - fixes #10229
This commit is contained in:
parent
81d112fb42
commit
256eff6eac
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
<form autocomplete="off" id="usersearchform">
|
||||
<input type="text" class="input userFilter" placeholder="<?php p($l->t('Search Users and Groups')); ?>" />
|
||||
<input type="text" class="input userFilter" placeholder="<?php p($l->t('Search Users')); ?>" />
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue