mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-30 16:54:26 +08:00
renamed tagfilter-title
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
82520e9153
commit
93d6f1a7e8
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ style('passman', 'app');
|
|||
<ul class="with-icon" ng-hide="!legacyNavbarCheckedState()">
|
||||
<li class="taginput">
|
||||
<a class="taginput icon-search">
|
||||
<tags-input ng-model="selectedTags" replace-spaces-with-dashes="false">
|
||||
<tags-input ng-model="selectedTags" replace-spaces-with-dashes="false" placeholder="{{ 'Filter Tags' | translate }}">
|
||||
<auto-complete source="getTags($query)" min-length="0"></auto-complete>
|
||||
</tags-input>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue