mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
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
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