Make user search translatable

This commit is contained in:
Johannes Zellner
2020-11-23 16:34:48 +01:00
parent e8091cb5f3
commit e438e8e9ac
3 changed files with 4 additions and 3 deletions

View File

@@ -411,7 +411,7 @@
<div class="row">
<div class="col-lg-12">
<div class="users-filter">
<input type="text" class="form-control" style="min-width: 350px;" ng-model="userSearchString" ng-model-options="{ debounce: 1000 }" ng-change="updateFilter()" placeholder="Search"/>
<input type="text" class="form-control" style="min-width: 350px;" ng-model="userSearchString" ng-model-options="{ debounce: 1000 }" ng-change="updateFilter()" placeholder="{{ 'users.searchPlaceholder' | tr }}"/>
<select class="form-control" ng-model="pageItems" ng-options="a.name for a in pageItemCount" ng-change="updateFilter(true)"></select>
</div>
<div class="pagination pull-right">