more appropriate label

This commit is contained in:
Arthur Schiwon 2014-04-17 21:51:51 +02:00
parent dea7f45782
commit 3ff123f247

View File

@ -27,6 +27,6 @@
</div>
<?php endif; ?>
<form autocomplete="off" id="usersearchform">
<input type="text" class="input" placeholder="<?php p($l->t( 'Search by Username' )); ?>" />
<input type="text" class="input" placeholder="<?php p($l->t('Search Users and Groups')); ?>" />
</form>
</div>