Merge pull request #12270 from owncloud/fix-search-label
User management search just searches users - adjust label of input field...
This commit is contained in:
commit
24d4d5e2a1
|
@ -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 New Issue